Searched refs:php_libxml_exports (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/libxml/ |
H A D | libxml.c | 64 static HashTable php_libxml_exports; variable 739 zend_hash_init(&php_libxml_exports, 0, NULL, NULL, 1); in php_libxml_initialize() 752 zend_hash_destroy(&php_libxml_exports); in php_libxml_shutdown() 1138 …return zend_hash_add(&php_libxml_exports, ce->name, ce->name_length + 1, &export_hnd, sizeof(expor… in php_libxml_register_export() 1152 …if (zend_hash_find(&php_libxml_exports, ce->name, ce->name_length + 1, (void **) &export_hnd) == … in php_libxml_import_node()
|
Completed in 6 milliseconds