Searched refs:nodeptr (Results 1 – 2 of 2) sorted by relevance
1243 xmlNodePtr nodeptr; in PHP_METHOD() local1255 GET_NODE(sxe, nodeptr); in PHP_METHOD()1256 nodeptr = php_sxe_get_first_node_non_destructive(sxe, nodeptr); in PHP_METHOD()1257 if (!nodeptr) { in PHP_METHOD()1264 sxe->xpath->node = nodeptr; in PHP_METHOD()1266 ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr); in PHP_METHOD()1294 nodeptr = result->nodeTab[i]; in PHP_METHOD()1295 … (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_ATTR… in PHP_METHOD()1301 if (nodeptr->type == XML_TEXT_NODE) { in PHP_METHOD()1303 } else if (nodeptr->type == XML_ATTRIBUTE_NODE) { in PHP_METHOD()[all …]
166 php_libxml_node_ptr *nodeptr = nodep->_private; in php_libxml_unregister_node() local168 if (nodeptr != NULL) { in php_libxml_unregister_node()169 php_libxml_node_object *wrapper = nodeptr->_private; in php_libxml_unregister_node()177 nodeptr->node = NULL; in php_libxml_unregister_node()
Completed in 18 milliseconds