nodeptr 167 ext/libxml/libxml.c php_libxml_node_ptr *nodeptr = nodep->_private; nodeptr 169 ext/libxml/libxml.c if (nodeptr != NULL) { nodeptr 170 ext/libxml/libxml.c wrapper = nodeptr->_private; nodeptr 174 ext/libxml/libxml.c if (nodeptr->node != NULL && nodeptr->node->type != XML_DOCUMENT_NODE) { nodeptr 175 ext/libxml/libxml.c nodeptr->node->_private = NULL; nodeptr 177 ext/libxml/libxml.c nodeptr->node = NULL; nodeptr 1255 ext/simplexml/simplexml.c xmlNodePtr nodeptr; nodeptr 1274 ext/simplexml/simplexml.c nodeptr = php_sxe_get_first_node(sxe, sxe->node->node TSRMLS_CC); nodeptr 1276 ext/simplexml/simplexml.c sxe->xpath->node = nodeptr; nodeptr 1278 ext/simplexml/simplexml.c ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr); nodeptr 1305 ext/simplexml/simplexml.c nodeptr = result->nodeTab[i]; nodeptr 1306 ext/simplexml/simplexml.c if (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_ATTRIBUTE_NODE) { nodeptr 1313 ext/simplexml/simplexml.c if (nodeptr->type == XML_TEXT_NODE) { nodeptr 1314 ext/simplexml/simplexml.c _node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC); nodeptr 1315 ext/simplexml/simplexml.c } else if (nodeptr->type == XML_ATTRIBUTE_NODE) { nodeptr 1316 ext/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 ext/simplexml/simplexml.c _node_as_zval(sxe, nodeptr, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC); nodeptr 27 ext/xmlrpc/libxmlrpc/queue.h typedef struct nodeptr datanode; nodeptr 35 ext/xmlrpc/libxmlrpc/queue.h typedef struct nodeptr* q_iter;