MCPcopy 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
206AP_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

open_logFunction · 0.85
http_log.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected