Searched refs:php_libxml_unlink_entity (Results 1 – 1 of 1) sorted by relevance
142 static void php_libxml_unlink_entity(void *data, void *table, const xmlChar *name) in php_libxml_unlink_entity() function144 static void php_libxml_unlink_entity(void *data, void *table, xmlChar *name) in php_libxml_unlink_entity()273 xmlHashScan(dtd->entities, php_libxml_unlink_entity, dtd->entities); in php_libxml_node_free()274 xmlHashScan(dtd->pentities, php_libxml_unlink_entity, dtd->pentities); in php_libxml_node_free()
Completed in 9 milliseconds