Home
last modified time | relevance | path

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

/PHP-7.4/ext/libxml/
H A Dlibxml.c60 static HashTable php_libxml_exports; variable
816 zend_hash_init(&php_libxml_exports, 0, NULL, php_libxml_exports_dtor, 1); in php_libxml_initialize()
829 zend_hash_destroy(&php_libxml_exports); in php_libxml_shutdown()
1226 return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); in php_libxml_register_export()
1240 if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) { in php_libxml_import_node()

Completed in 10 milliseconds