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

Function socache_status_register

modules/cache/mod_cache_socache.c:1412–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410}
1411
1412static void socache_status_register(apr_pool_t *p)
1413{
1414 APR_OPTIONAL_HOOK(ap, status_hook, socache_status_hook, NULL, NULL, APR_HOOK_MIDDLE);
1415}
1416
1417static int socache_precfg(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptmp)
1418{

Callers 1

socache_precfgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected