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

/httpd/include/
H A Dutil_md5.h63 * @param infile The file to create the digest for
65 AP_DECLARE(char *) ap_md5digest(apr_pool_t *p, apr_file_t *infile);
/httpd/server/
H A Dutil_md5.c150 AP_DECLARE(char *) ap_md5digest(apr_pool_t *p, apr_file_t *infile) argument
159 while (apr_file_read(infile, buf, &nbytes) == APR_SUCCESS) {
163 apr_file_seek(infile, APR_SET, &offset);
/httpd/support/
H A Dlogresolve.c134 apr_file_t * infile; local
189 apr_file_open_stdin(&infile, pool);
199 apr_file_buffer_set(infile, inbuffer, READ_BUF_SIZE);
207 while (apr_file_gets(line, LINE_BUF_SIZE, infile) == APR_SUCCESS) {
H A Dhttxt2dbm.c182 apr_file_t *infile; local
279 rv = apr_file_open_stdin(&infile, pool);
282 rv = apr_file_open(&infile, input, APR_READ|APR_BUFFERED,
318 rv = to_dbm(outdbm, infile, pool);
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c1066 apr_file_t *infile, *outfile; local
1068 && (apr_file_open_stdin(&infile, process->pool) == APR_SUCCESS))
1069 apr_file_dup2(infile, outfile, process->pool);

Completed in 27 milliseconds