nodeptr 166 libxml/libxml.c php_libxml_node_ptr *nodeptr = nodep->_private;
nodeptr 168 libxml/libxml.c if (nodeptr != NULL) {
nodeptr 169 libxml/libxml.c wrapper = nodeptr->_private;
nodeptr 173 libxml/libxml.c if (nodeptr->node != NULL && nodeptr->node->type != XML_DOCUMENT_NODE) {
nodeptr 174 libxml/libxml.c nodeptr->node->_private = NULL;
nodeptr 176 libxml/libxml.c nodeptr->node = NULL;
nodeptr 1255 simplexml/simplexml.c xmlNodePtr nodeptr;
nodeptr 1274 simplexml/simplexml.c nodeptr = php_sxe_get_first_node(sxe, sxe->node->node TSRMLS_CC);
nodeptr 1276 simplexml/simplexml.c sxe->xpath->node = nodeptr;
nodeptr 1278 simplexml/simplexml.c ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr);
nodeptr 1305 simplexml/simplexml.c nodeptr = result->nodeTab[i];
nodeptr 1306 simplexml/simplexml.c if (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_ATTRIBUTE_NODE) {
nodeptr 1313 simplexml/simplexml.c if (nodeptr->type == XML_TEXT_NODE) {
nodeptr 1314 simplexml/simplexml.c _node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC);
nodeptr 1315 simplexml/simplexml.c } else if (nodeptr->type == XML_ATTRIBUTE_NODE) {
nodeptr 1316 simplexml/simplexml.c _node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_ATTRLIST, (char*)nodeptr->name, nodeptr->ns ? (xmlChar *)nodeptr->ns->href : NULL, 0 TSRMLS_CC);
nodeptr 1318 simplexml/simplexml.c _node_as_zval(sxe, nodeptr, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC);
nodeptr 27 xmlrpc/libxmlrpc/queue.h typedef struct nodeptr datanode;
nodeptr 35 xmlrpc/libxmlrpc/queue.h typedef struct nodeptr* q_iter;