read_char_func 51 ext/xmlreader/php_xmlreader.c xmlreader_read_const_char_t read_char_func; read_char_func 60 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 TSRMLS_DC) read_char_func 64 ext/xmlreader/php_xmlreader.c hnd.read_char_func = read_char_func; read_char_func 78 ext/xmlreader/php_xmlreader.c if (hnd->read_char_func) { read_char_func 79 ext/xmlreader/php_xmlreader.c retchar = hnd->read_char_func(obj->ptr); read_char_func 823 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 TSRMLS_DC) /* {{{ */ read_char_func 827 ext/zip/php_zip.c hnd.read_const_char_func = read_char_func;