Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ap_piped_log_write_fd
Function
ap_piped_log_write_fd
server/log.c:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl)
207
{
208
return pl->write_fd;
209
}
210
211
/* remember to close this handle in the child process
212
*
Callers
3
ap_default_log_writer_init
Function · 0.85
open_log
Function · 0.85
http_log.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected