Home
last modified time | relevance | path

Searched refs:export_hnd (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/libxml/
H A Dlibxml.c1260 php_libxml_func_handler export_hnd; in php_libxml_register_export() local
1264 export_hnd.export_func = export_function; in php_libxml_register_export()
1266 return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); in php_libxml_register_export()
1273 php_libxml_func_handler *export_hnd; in php_libxml_import_node() local
1280 if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) { in php_libxml_import_node()
1281 node = export_hnd->export_func(object); in php_libxml_import_node()

Completed in 8 milliseconds