Home
last modified time | relevance | path

Searched refs:php_libxml_node_free_list (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/libxml/
H A Dlibxml.c319 PHP_LIBXML_API void php_libxml_node_free_list(xmlNodePtr node) in php_libxml_node_free_list() function
356 php_libxml_node_free_list((xmlNodePtr) node->properties); in php_libxml_node_free_list()
368 php_libxml_node_free_list(node->children); in php_libxml_node_free_list()
371 php_libxml_node_free_list(node->children); in php_libxml_node_free_list()
372 php_libxml_node_free_list((xmlNodePtr) node->properties); in php_libxml_node_free_list()
1426 php_libxml_node_free_list((xmlNodePtr) node->children); in php_libxml_node_free_resource()
1438 php_libxml_node_free_list((xmlNodePtr) node->properties); in php_libxml_node_free_resource()
H A Dphp_libxml.h129 PHP_LIBXML_API void php_libxml_node_free_list(xmlNodePtr node);
/PHP-8.3/ext/dom/tests/
H A Dbug70359.phpt2 Bug #70359 (print_r() on DOMAttr causes Segfault in php_libxml_node_free_list())
/PHP-8.3/ext/dom/
H A Dphp_dom.c1763 php_libxml_node_free_list((xmlNodePtr) nodep->children); in dom_remove_all_children()

Completed in 26 milliseconds