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

Function proxy_address_cleanup

modules/proxy/proxy_util.c:2869–2873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2867}
2868
2869static apr_status_t proxy_address_cleanup(void *address)
2870{
2871 proxy_address_dec(address);
2872 return APR_SUCCESS;
2873}
2874
2875static APR_INLINE proxy_address *worker_address_get(proxy_worker *worker)
2876{

Callers

nothing calls this directly

Calls 1

proxy_address_decFunction · 0.85

Tested by

no test coverage detected