Searched refs:nodeptr (Results 1 – 2 of 2) sorted by relevance
1251 xmlNodePtr nodeptr; in PHP_METHOD() local1263 GET_NODE(sxe, nodeptr); in PHP_METHOD()1264 nodeptr = php_sxe_get_first_node_non_destructive(sxe, nodeptr); in PHP_METHOD()1265 if (!nodeptr) { in PHP_METHOD()1272 sxe->xpath->node = nodeptr; in PHP_METHOD()1274 ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr); in PHP_METHOD()1302 nodeptr = result->nodeTab[i]; in PHP_METHOD()1303 … (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_ATTR… in PHP_METHOD()1309 if (nodeptr->type == XML_TEXT_NODE) { in PHP_METHOD()1311 } 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 12 milliseconds