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

Function register_hooks

modules/cache/mod_socache_dc.c:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184};
185
186static void register_hooks(apr_pool_t *p)
187{
188 ap_register_provider(p, AP_SOCACHE_PROVIDER_GROUP, "dc",
189 AP_SOCACHE_PROVIDER_VERSION,
190 &socache_dc);
191}
192
193AP_DECLARE_MODULE(socache_dc) = {
194 STANDARD20_MODULE_STUFF,

Callers

nothing calls this directly

Calls 1

ap_register_providerFunction · 0.85

Tested by

no test coverage detected