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

Function ap_get_pollfd_from_conn

server/core.c:5663–5668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5661}
5662
5663AP_CORE_DECLARE(apr_status_t) ap_get_pollfd_from_conn(conn_rec *c,
5664 struct apr_pollfd_t *pfd,
5665 apr_interval_time_t *ptimeout)
5666{
5667 return ap_run_get_pollfd_from_conn(c, pfd, ptimeout);
5668}
5669
5670#ifdef WIN32
5671static apr_status_t check_unc(const char *path, apr_pool_t *p)

Callers 1

ap_proxy_tunnel_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected