Searched refs:apr_file_ungetc (Results 1 – 5 of 5) sorted by relevance
575 APR_DECLARE(apr_status_t) apr_file_ungetc(char ch, apr_file_t *thefile);
242 APR_DECLARE(apr_status_t) apr_file_ungetc(char ch, apr_file_t *thefile) in apr_file_ungetc() function
291 APR_DECLARE(apr_status_t) apr_file_ungetc(char ch, apr_file_t *thefile) in apr_file_ungetc() function
424 APR_DECLARE(apr_status_t) apr_file_ungetc(char ch, apr_file_t *thefile) in apr_file_ungetc() function
404 apr_file_ungetc('X', f); in test_ungetc()