Lines Matching defs:stderr_log
102 static apr_file_t *stderr_log = NULL;
177 apr_file_open_stderr(&stderr_log, p);
206 if ((rc = apr_file_open_stderr(&stderr_log, stderr_pool))
208 apr_file_flush(stderr_log);
209 if ((rc = apr_file_dup2(stderr_log, stderr_file, stderr_pool))
403 rv = apr_file_dup2(stderr_log, s_main->error_log, stderr_p);
417 * Now that we have dup'ed s_main->error_log to stderr_log
418 * close it and set s_main->error_log to stderr_log. This avoids
425 s_main->error_log = stderr_log;
446 stderr_log = NULL;
1068 logf = stderr_log;