Searched defs:nullfile (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/winnt/
H A Dmpm_winnt.c1017 apr_file_t *nullfile; local
1235 if ((rv = apr_file_open(&nullfile, "NUL",
1241 apr_file_dup2(nullstdout, nullfile, process->pool);
1242 apr_file_close(nullfile);
1380 apr_file_t *nullfile; local
1384 if ((rv = apr_file_open(&nullfile, "NUL",
1390 apr_file_dup2(nullstdout, nullfile, pproc);
1391 apr_file_close(nullfile);

Completed in 27 milliseconds