Home
last modified time | relevance | path

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

/PHP-5.5/ext/libxml/
H A Dlibxml.c65 static HashTable php_libxml_exports; variable
755 zend_hash_init(&php_libxml_exports, 0, NULL, NULL, 1); in php_libxml_initialize()
768 zend_hash_destroy(&php_libxml_exports); in php_libxml_shutdown()
1165 …return zend_hash_add(&php_libxml_exports, ce->name, ce->name_length + 1, &export_hnd, sizeof(expor… in php_libxml_register_export()
1179 …if (zend_hash_find(&php_libxml_exports, ce->name, ce->name_length + 1, (void **) &export_hnd) == … in php_libxml_import_node()

Completed in 7 milliseconds