Searched defs:theconn (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dproxy_util.c1354 static apr_status_t connection_cleanup(void *theconn) argument
1356 proxy_conn_rec *conn = (proxy_conn_rec *)theconn;
2938 static apr_status_t connection_shutdown(void *theconn) argument
2940 proxy_conn_rec *conn = (proxy_conn_rec *)theconn;

Completed in 21 milliseconds