php_libxml_exports 65 ext/libxml/libxml.c static HashTable php_libxml_exports; php_libxml_exports 760 ext/libxml/libxml.c zend_hash_init(&php_libxml_exports, 0, NULL, php_libxml_exports_dtor, 1); php_libxml_exports 773 ext/libxml/libxml.c zend_hash_destroy(&php_libxml_exports); php_libxml_exports 1172 ext/libxml/libxml.c return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); php_libxml_exports 1186 ext/libxml/libxml.c if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) {