nodeptr 157 ext/libxml/libxml.c php_libxml_node_ptr *nodeptr = nodep->_private; nodeptr 159 ext/libxml/libxml.c if (nodeptr != NULL) { nodeptr 160 ext/libxml/libxml.c wrapper = nodeptr->_private; nodeptr 164 ext/libxml/libxml.c if (nodeptr->node != NULL && nodeptr->node->type != XML_DOCUMENT_NODE) { nodeptr 165 ext/libxml/libxml.c nodeptr->node->_private = NULL; nodeptr 167 ext/libxml/libxml.c nodeptr->node = NULL; nodeptr 1167 ext/simplexml/simplexml.c xmlNodePtr nodeptr; nodeptr 1186 ext/simplexml/simplexml.c nodeptr = php_sxe_get_first_node(sxe, sxe->node->node TSRMLS_CC); nodeptr 1188 ext/simplexml/simplexml.c sxe->xpath->node = nodeptr; nodeptr 1190 ext/simplexml/simplexml.c ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr); nodeptr 1220 ext/simplexml/simplexml.c nodeptr = result->nodeTab[i]; nodeptr 1221 ext/simplexml/simplexml.c if (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_ATTRIBUTE_NODE) { nodeptr 1228 ext/simplexml/simplexml.c if (nodeptr->type == XML_TEXT_NODE) { nodeptr 1229 ext/simplexml/simplexml.c _node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC); nodeptr 1230 ext/simplexml/simplexml.c } else if (nodeptr->type == XML_ATTRIBUTE_NODE) { nodeptr 1231 ext/simplexml/simplexml.c _node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_ATTRLIST, (char*)nodeptr->name, NULL, 0 TSRMLS_CC); nodeptr 1233 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;