Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Delement.c397 node_list_unlink(attr->children); in PHP_METHOD()
487 node_list_unlink(attrp->children); in dom_remove_attribute()
787 node_list_unlink(nodep->children); in PHP_METHOD()
846 node_list_unlink(attr->children); in PHP_METHOD()
976 node_list_unlink(attrp->children); in PHP_METHOD()
H A Dphp_dom.h128 void node_list_unlink(xmlNodePtr node);
H A Dphp_dom.c924 void node_list_unlink(xmlNodePtr node) in node_list_unlink() function
937 node_list_unlink(node->children); in node_list_unlink()
948 node_list_unlink((xmlNodePtr) node->properties); in node_list_unlink()
1762 node_list_unlink(nodep->children); in dom_remove_all_children()

Completed in 14 milliseconds