read_char_func 52 ext/xmlreader/php_xmlreader.c xmlreader_read_const_char_t read_char_func; read_char_func 61 ext/xmlreader/php_xmlreader.c static void xmlreader_register_prop_handler(HashTable *prop_handler, char *name, xmlreader_read_int_t read_int_func, xmlreader_read_const_char_t read_char_func, int rettype) read_char_func 65 ext/xmlreader/php_xmlreader.c hnd.read_char_func = read_char_func; read_char_func 79 ext/xmlreader/php_xmlreader.c if (hnd->read_char_func) { read_char_func 80 ext/xmlreader/php_xmlreader.c retchar = hnd->read_char_func(obj->ptr); read_char_func 780 ext/zip/php_zip.c static void php_zip_register_prop_handler(HashTable *prop_handler, char *name, zip_read_int_t read_int_func, zip_read_const_char_t read_char_func, zip_read_const_char_from_ze_t read_char_from_obj_func, int rettype) /* {{{ */ read_char_func 784 ext/zip/php_zip.c hnd.read_const_char_func = read_char_func;