Home
last modified time | relevance | path

Searched refs:php_libxml_unlink_entity (Results 1 – 1 of 1) sorted by path

/php-src/ext/libxml/
H A Dlibxml.c152 static void php_libxml_unlink_entity(void *data, void *table, const xmlChar *name) in php_libxml_unlink_entity() function
154 static void php_libxml_unlink_entity(void *data, void *table, xmlChar *name) in php_libxml_unlink_entity()
272 xmlHashScan(dtd->entities, php_libxml_unlink_entity, dtd->entities); in php_libxml_node_free()
273 xmlHashScan(dtd->pentities, php_libxml_unlink_entity, dtd->pentities); in php_libxml_node_free()

Completed in 8 milliseconds