Searched refs:nodeptr (Results 1 – 3 of 3) sorted by relevance
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | queue.h | 27 typedef struct nodeptr datanode; 29 typedef struct nodeptr { struct 35 typedef struct nodeptr* q_iter; argument
|
/PHP-5.5/ext/libxml/ |
H A D | libxml.c | 167 php_libxml_node_ptr *nodeptr = nodep->_private; in php_libxml_unregister_node() local 169 if (nodeptr != NULL) { in php_libxml_unregister_node() 170 wrapper = nodeptr->_private; in php_libxml_unregister_node() 174 if (nodeptr->node != NULL && nodeptr->node->type != XML_DOCUMENT_NODE) { in php_libxml_unregister_node() 175 nodeptr->node->_private = NULL; in php_libxml_unregister_node() 177 nodeptr->node = NULL; in php_libxml_unregister_node()
|
/PHP-5.5/ext/simplexml/ |
H A D | simplexml.c | 1255 xmlNodePtr nodeptr; in SXE_METHOD() local 1277 nodeptr = php_sxe_get_first_node(sxe, sxe->node->node TSRMLS_CC); in SXE_METHOD() 1279 sxe->xpath->node = nodeptr; in SXE_METHOD() 1281 ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr); in SXE_METHOD() 1308 nodeptr = result->nodeTab[i]; in SXE_METHOD() 1309 …if (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_AT… in SXE_METHOD() 1316 if (nodeptr->type == XML_TEXT_NODE) { in SXE_METHOD() 1317 _node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC); in SXE_METHOD() 1318 } else if (nodeptr->type == XML_ATTRIBUTE_NODE) { in SXE_METHOD() 1319 …_node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_ATTRLIST, (char*)nodeptr->name, nodeptr->ns ? … in SXE_METHOD() [all …]
|
Completed in 14 milliseconds