MCPcopy Create free account
hub / github.com/apache/httpd / ap_error_log2stderr

Function ap_error_log2stderr

server/log.c:579–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579AP_DECLARE(void) ap_error_log2stderr(server_rec *s) {
580 apr_file_t *errfile = NULL;
581
582 apr_file_open_stderr(&errfile, s->process->pool);
583 if (s->error_log != NULL) {
584 apr_file_dup2(s->error_log, errfile, s->process->pool);
585 }
586}
587
588static int cpystrn(char *buf, const char *arg, int buflen)
589{

Callers 1

http_log.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected