Searched refs:apr_file_putc (Results 1 – 7 of 7) sorted by relevance
30 if (apr_file_putc('!', dummy_file) == APR_SUCCESS) { in test_tempdir()
284 APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile) in apr_file_putc() function
329 return apr_file_putc(1, pollset->wakeup_pipe[1]); in apr_pollset_wakeup()
561 APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile);
222 APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile) in apr_file_putc() function
417 APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile) in apr_file_putc() function
110 rv = apr_file_putc(buf[0], f); in create_testfile()