export_hnd       1166 ext/libxml/libxml.c 	php_libxml_func_handler export_hnd;
export_hnd       1170 ext/libxml/libxml.c 	export_hnd.export_func = export_function;
export_hnd       1172 ext/libxml/libxml.c 	return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd));
export_hnd       1179 ext/libxml/libxml.c 	php_libxml_func_handler *export_hnd;
export_hnd       1186 ext/libxml/libxml.c 		if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) {
export_hnd       1187 ext/libxml/libxml.c 			node = export_hnd->export_func(object);