Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
AP_DECLARE(apr_file_t *) ap_piped_log_read_fd(piped_log *pl)
202
{
203
return pl->read_fd;
204
}
205
206
AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl)
207
{
Callers
1
http_log.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected