Home
last modified time | relevance | path

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

/php-src/ext/xmlreader/
H A Dphp_xmlreader.c52 xmlreader_read_const_char_t read_char_func; member
67 …static const xmlreader_prop_handler hnd = {.read_int_func = prop_read_int_func, .read_char_func = …
78 if (hnd->read_char_func) { in xmlreader_property_reader()
79 retchar = hnd->read_char_func(obj->ptr); in xmlreader_property_reader()
/php-src/ext/zip/
H A Dphp_zip.c842 …ler, char *name, zip_read_int_t read_int_func, zip_read_const_char_t read_char_func, int rettype) … in php_zip_register_prop_handler() argument
847 hnd.read_const_char_func = read_char_func; in php_zip_register_prop_handler()

Completed in 19 milliseconds