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

Function ap_piped_log_read_fd

server/log.c:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199};
200
201AP_DECLARE(apr_file_t *) ap_piped_log_read_fd(piped_log *pl)
202{
203 return pl->read_fd;
204}
205
206AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl)
207{

Callers 1

http_log.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected