Home
last modified time | relevance | path

Searched refs:nodeptr (Results 1 – 3 of 3) sorted by path

/PHP-7.4/ext/libxml/
H A Dlibxml.c166 php_libxml_node_ptr *nodeptr = nodep->_private; in php_libxml_unregister_node() local
168 if (nodeptr != NULL) { in php_libxml_unregister_node()
169 wrapper = nodeptr->_private; in php_libxml_unregister_node()
173 if (nodeptr->node != NULL && nodeptr->node->type != XML_DOCUMENT_NODE) { in php_libxml_unregister_node()
174 nodeptr->node->_private = NULL; in php_libxml_unregister_node()
176 nodeptr->node = NULL; in php_libxml_unregister_node()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1309 xmlNodePtr nodeptr; in SXE_METHOD() local
1331 nodeptr = php_sxe_get_first_node(sxe, sxe->node->node); in SXE_METHOD()
1333 sxe->xpath->node = nodeptr; in SXE_METHOD()
1335 ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr); in SXE_METHOD()
1362 nodeptr = result->nodeTab[i]; in SXE_METHOD()
1363 …if (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_AT… in SXE_METHOD()
1369 if (nodeptr->type == XML_TEXT_NODE) { in SXE_METHOD()
1370 _node_as_zval(sxe, nodeptr->parent, &value, SXE_ITER_NONE, NULL, NULL, 0); in SXE_METHOD()
1371 } else if (nodeptr->type == XML_ATTRIBUTE_NODE) { in SXE_METHOD()
1372 …_node_as_zval(sxe, nodeptr->parent, &value, SXE_ITER_ATTRLIST, (char*)nodeptr->name, nodeptr->ns ?… in SXE_METHOD()
[all …]
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.h27 typedef struct nodeptr datanode;
29 typedef struct nodeptr { struct
35 typedef struct nodeptr* q_iter; argument

Completed in 15 milliseconds