php_libxml_exports   65 ext/libxml/libxml.c static HashTable php_libxml_exports;
php_libxml_exports  756 ext/libxml/libxml.c 		zend_hash_init(&php_libxml_exports, 0, NULL, NULL, 1);
php_libxml_exports  769 ext/libxml/libxml.c 		zend_hash_destroy(&php_libxml_exports);
php_libxml_exports 1166 ext/libxml/libxml.c 	return zend_hash_add(&php_libxml_exports, ce->name, ce->name_length + 1, &export_hnd, sizeof(export_hnd), NULL);
php_libxml_exports 1180 ext/libxml/libxml.c 		if (zend_hash_find(&php_libxml_exports, ce->name, ce->name_length + 1, (void **) &export_hnd)  == SUCCESS) {