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

/httpd/server/
H A Dlog.c100 static apr_pool_t *stderr_pool = NULL; variable
200 if (!stderr_pool) {
204 stderr_pool = p;
206 if ((rc = apr_file_open_stderr(&stderr_log, stderr_pool))
209 if ((rc = apr_file_dup2(stderr_log, stderr_file, stderr_pool))
213 * You might ponder why stderr_pool should survive?
214 * The trouble is, stderr_pool may have s_main->error_log,
215 * so we aren't in a position to destory stderr_pool until
224 if (stderr_pool == p)
225 stderr_pool
[all...]

Completed in 9 milliseconds