nodeptr           171 ext/libxml/libxml.c 	php_libxml_node_ptr *nodeptr = nodep->_private;
nodeptr           173 ext/libxml/libxml.c 	if (nodeptr != NULL) {
nodeptr           174 ext/libxml/libxml.c 		wrapper = nodeptr->_private;
nodeptr           178 ext/libxml/libxml.c 			if (nodeptr->node != NULL && nodeptr->node->type != XML_DOCUMENT_NODE) {
nodeptr           179 ext/libxml/libxml.c 				nodeptr->node->_private = NULL;
nodeptr           181 ext/libxml/libxml.c 			nodeptr->node = NULL;
nodeptr          1308 ext/simplexml/simplexml.c 	xmlNodePtr		   nodeptr;
nodeptr          1330 ext/simplexml/simplexml.c 	nodeptr = php_sxe_get_first_node(sxe, sxe->node->node);
nodeptr          1332 ext/simplexml/simplexml.c 	sxe->xpath->node = nodeptr;
nodeptr          1334 ext/simplexml/simplexml.c  	ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr);
nodeptr          1361 ext/simplexml/simplexml.c 			nodeptr = result->nodeTab[i];
nodeptr          1362 ext/simplexml/simplexml.c 			if (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_ATTRIBUTE_NODE) {
nodeptr          1368 ext/simplexml/simplexml.c 				if (nodeptr->type == XML_TEXT_NODE) {
nodeptr          1369 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr->parent, &value, SXE_ITER_NONE, NULL, NULL, 0);
nodeptr          1370 ext/simplexml/simplexml.c 				} else if (nodeptr->type == XML_ATTRIBUTE_NODE) {
nodeptr          1371 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);
nodeptr          1373 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr, &value, SXE_ITER_NONE, NULL, NULL, 0);
nodeptr            27 ext/xmlrpc/libxmlrpc/queue.h typedef struct nodeptr datanode;
nodeptr            35 ext/xmlrpc/libxmlrpc/queue.h typedef struct nodeptr* q_iter;