Home
last modified time | relevance | path

Searched refs:apr_file_ungetc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_io.h575 APR_DECLARE(apr_status_t) apr_file_ungetc(char ch, apr_file_t *thefile);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Dreadwrite.c242 APR_DECLARE(apr_status_t) apr_file_ungetc(char ch, apr_file_t *thefile) in apr_file_ungetc() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dreadwrite.c291 APR_DECLARE(apr_status_t) apr_file_ungetc(char ch, apr_file_t *thefile) in apr_file_ungetc() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dreadwrite.c424 APR_DECLARE(apr_status_t) apr_file_ungetc(char ch, apr_file_t *thefile) in apr_file_ungetc() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestfile.c404 apr_file_ungetc('X', f); in test_ungetc()