Searched refs:read_int_func (Results 1 – 2 of 2) sorted by relevance
51 xmlreader_read_int_t read_int_func; member61 …rop_handler(HashTable *prop_handler, char *name, xmlreader_read_int_t read_int_func, xmlreader_rea… in xmlreader_register_prop_handler() argument67 hnd.read_int_func = read_int_func; in xmlreader_register_prop_handler()85 if (hnd->read_int_func) { in xmlreader_property_reader()86 retint = hnd->read_int_func(obj->ptr); in xmlreader_property_reader()
823 zip_read_int_t read_int_func; member830 …ster_prop_handler(HashTable *prop_handler, char *name, zip_read_int_t read_int_func, zip_read_cons… in php_zip_register_prop_handler() argument836 hnd.read_int_func = read_int_func; in php_zip_register_prop_handler()852 } else if (hnd->read_int_func) { in php_zip_property_reader()853 retint = hnd->read_int_func(obj); in php_zip_property_reader()
Completed in 16 milliseconds