Searched defs:stderr_log (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/filters/ |
H A D | mod_ext_filter.c | 398 apr_file_t *stderr_log; local 403 apr_file_open_stderr(&stderr_log, pool); 405 apr_file_printf(stderr_log,
|
/httpd/modules/generators/ |
H A D | mod_cgi.c | 356 apr_file_t *stderr_log; local 358 apr_file_open_stderr(&stderr_log, pool); 362 apr_file_printf(stderr_log,
|
/httpd/server/ |
H A D | log.c | 102 static apr_file_t *stderr_log = NULL; variable 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 [all...] |
Completed in 42 milliseconds