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

/httpd/modules/generators/
H A Dmod_autoindex.c1195 apr_file_t *thefile = NULL; local
1206 if (apr_file_open(&thefile, r->filename, APR_READ,
1211 apr_file_read(thefile, titlebuf, &n);
1213 apr_file_close(thefile);
1234 apr_file_close(thefile);
1242 apr_file_close(thefile);
/httpd/server/
H A Dvhost.c672 apr_file_t *thefile = NULL; local
673 apr_file_open_stdout(&thefile, p);
674 dump_vhost_config(thefile);

Completed in 1054 milliseconds