Searched refs:f_stdin (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Drotatelogs.c563 apr_file_t *f_stdin; local
670 if (apr_file_open_stdin(&f_stdin, status.pool) != APR_SUCCESS) {
692 pollfd.desc.f = f_stdin;
717 rv = apr_file_read(f_stdin, buf, &nRead);
734 rv = apr_file_read(f_stdin, buf, &nRead);

Completed in 33 milliseconds