Searched refs:read_int_func (Results 1 – 2 of 2) sorted by relevance
52 xmlreader_read_int_t read_int_func; member62 …rop_handler(HashTable *prop_handler, char *name, xmlreader_read_int_t read_int_func, xmlreader_rea… in xmlreader_register_prop_handler() argument68 hnd.read_int_func = read_int_func; in xmlreader_register_prop_handler()86 if (hnd->read_int_func) { in xmlreader_property_reader()87 retint = hnd->read_int_func(obj->ptr); in xmlreader_property_reader()
835 zip_read_int_t read_int_func; member842 …ster_prop_handler(HashTable *prop_handler, char *name, zip_read_int_t read_int_func, zip_read_cons… in php_zip_register_prop_handler() argument848 hnd.read_int_func = read_int_func; in php_zip_register_prop_handler()864 } else if (hnd->read_int_func) { in php_zip_property_reader()865 retint = hnd->read_int_func(obj); in php_zip_property_reader()
Completed in 24 milliseconds