Home
last modified time | relevance | path

Searched refs:nodep (Results 26 – 29 of 29) sorted by relevance

12

/php-src/ext/dom/
H A Ddom_iterators.c156 xmlNodePtr nodep = php_dom_first_child_of_container_node(basep); in dom_fetch_first_iteration_item() local
158 basep, nodep, objmap->ns, objmap->local, objmap->local_lower, &curindex, 0); in dom_fetch_first_iteration_item()
H A Dxpath_callbacks.c429 xmlNode *nodep; in php_dom_xpath_callback_dispatch() local
437 nodep = dom_object_get_node(obj); in php_dom_xpath_callback_dispatch()
438 valuePush(ctxt, xmlXPathNewNodeSet(nodep)); in php_dom_xpath_callback_dispatch()
H A Dhtml_document.c1311 zval *nodep = NULL; in PHP_METHOD() local
1316 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|O!", &nodep, dom_modern_node_class_entry) == FAILURE)… in PHP_METHOD()
1322 if (nodep != NULL) { in PHP_METHOD()
1323 DOM_GET_OBJ(node, nodep, xmlNodePtr, nodeobj); in PHP_METHOD()
/php-src/ext/libxml/
H A Dlibxml.c163 static void php_libxml_unregister_node(xmlNodePtr nodep) in php_libxml_unregister_node() argument
165 php_libxml_node_ptr *nodeptr = nodep->_private; in php_libxml_unregister_node()
173 if (nodep->type != XML_DOCUMENT_NODE) { in php_libxml_unregister_node()
174 nodep->_private = NULL; in php_libxml_unregister_node()
1437 xmlNodePtr nodep = obj_node->node; in php_libxml_node_decrement_resource() local
1440 php_libxml_node_free_resource(nodep); in php_libxml_node_decrement_resource()

Completed in 20 milliseconds

12