Home
last modified time | relevance | path

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

/PHP-8.4/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.h137 void node_list_unlink(xmlNodePtr node);
H A Dphp_dom.c1403 void node_list_unlink(xmlNodePtr node) in node_list_unlink() function
1416 node_list_unlink(node->children); in node_list_unlink()
1427 node_list_unlink((xmlNodePtr) node->properties); in node_list_unlink()
2345 node_list_unlink(nodep->children); in dom_remove_all_children()

Completed in 20 milliseconds