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

Function register_hooks

modules/cache/mod_socache_dbm.c:753–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751};
752
753static void register_hooks(apr_pool_t *p)
754{
755 ap_register_provider(p, AP_SOCACHE_PROVIDER_GROUP, "dbm",
756 AP_SOCACHE_PROVIDER_VERSION,
757 &socache_dbm);
758}
759
760AP_DECLARE_MODULE(socache_dbm) = {
761 STANDARD20_MODULE_STUFF,

Callers

nothing calls this directly

Calls 1

ap_register_providerFunction · 0.85

Tested by

no test coverage detected