export_hnd       1160 ext/libxml/libxml.c 	php_libxml_func_handler export_hnd;
export_hnd       1164 ext/libxml/libxml.c 	export_hnd.export_func = export_function;
export_hnd       1166 ext/libxml/libxml.c 	return zend_hash_add(&php_libxml_exports, ce->name, ce->name_length + 1, &export_hnd, sizeof(export_hnd), NULL);
export_hnd       1173 ext/libxml/libxml.c 	php_libxml_func_handler *export_hnd;
export_hnd       1180 ext/libxml/libxml.c 		if (zend_hash_find(&php_libxml_exports, ce->name, ce->name_length + 1, (void **) &export_hnd)  == SUCCESS) {
export_hnd       1181 ext/libxml/libxml.c 			node = export_hnd->export_func(object TSRMLS_CC);