Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dlibxml.c60 static HashTable php_libxml_exports; variable
898 zend_hash_init(&php_libxml_exports, 0, NULL, php_libxml_exports_dtor, 1); in php_libxml_initialize()
911 zend_hash_destroy(&php_libxml_exports); in php_libxml_shutdown()
1266 return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); in php_libxml_register_export()
1280 if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) { in php_libxml_import_node()

Completed in 7 milliseconds