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

Function ap_open_stderr_log

server/log.c:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243AP_DECLARE(void) ap_open_stderr_log(apr_pool_t *p)
244{
245 apr_file_open_stderr(&stderr_log, p);
246}
247
248AP_DECLARE(apr_status_t) ap_replace_stderr_log(apr_pool_t *p,
249 const char *fname)

Callers 3

init_processFunction · 0.85
http_log.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected