Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ap_close_piped_log
Function
ap_close_piped_log
server/log.c:1984–1987 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1982
}
1983
1984
AP_DECLARE(void) ap_close_piped_log(piped_log *pl)
1985
{
1986
apr_pool_cleanup_run(pl->p, pl, piped_log_cleanup);
1987
}
1988
1989
AP_DECLARE(const char *) ap_parse_log_level(const char *str, int *val)
1990
{
Callers
1
http_log.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected