Home
last modified time | relevance | path

Searched refs:export_hnd (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/libxml/
H A Dlibxml.c1159 php_libxml_func_handler export_hnd; in php_libxml_register_export() local
1163 export_hnd.export_func = export_function; in php_libxml_register_export()
1165 …hash_add(&php_libxml_exports, ce->name, ce->name_length + 1, &export_hnd, sizeof(export_hnd), NULL… in php_libxml_register_export()
1172 php_libxml_func_handler *export_hnd; in php_libxml_import_node() local
1179 …if (zend_hash_find(&php_libxml_exports, ce->name, ce->name_length + 1, (void **) &export_hnd) == … in php_libxml_import_node()
1180 node = export_hnd->export_func(object TSRMLS_CC); in php_libxml_import_node()

Completed in 7 milliseconds