Home
last modified time | relevance | path

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

/php-src/ext/xmlreader/
H A Dphp_xmlreader.c51 xmlreader_read_int_t read_int_func; member
67 …static const xmlreader_prop_handler hnd = {.read_int_func = prop_read_int_func, .read_char_func = …
81 if (hnd->read_int_func) { in xmlreader_property_reader()
82 retint = hnd->read_int_func(obj->ptr); in xmlreader_property_reader()
/php-src/ext/zip/
H A Dphp_zip.c834 zip_read_int_t read_int_func; member
841 …ster_prop_handler(HashTable *prop_handler, char *name, zip_read_int_t read_int_func, zip_read_cons… in php_zip_register_prop_handler() argument
847 hnd.read_int_func = read_int_func; in php_zip_register_prop_handler()
863 } else if (hnd->read_int_func) { in php_zip_property_reader()
864 retint = hnd->read_int_func(obj); in php_zip_property_reader()

Completed in 20 milliseconds