Home
last modified time | relevance | path

Searched refs:node_list_unlink (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/dom/
H A Delement.c462 node_list_unlink(attr->children); in PHP_METHOD()
550 node_list_unlink(attrp->children); in dom_remove_attribute()
933 node_list_unlink(nodep->children); in dom_set_attribute_ns_legacy()
992 node_list_unlink(attr->children); in dom_set_attribute_ns_legacy()
1163 node_list_unlink(attrp->children); in PHP_METHOD()
H A Dphp_dom.h138 void node_list_unlink(xmlNodePtr node);
H A Dphp_dom.c1399 void node_list_unlink(xmlNodePtr node) in node_list_unlink() function
1412 node_list_unlink(node->children); in node_list_unlink()
1423 node_list_unlink((xmlNodePtr) node->properties); in node_list_unlink()
2347 node_list_unlink(nodep->children); in dom_remove_all_children()

Completed in 18 milliseconds