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

Function register_hooks

modules/cache/mod_socache_memcache.c:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397static void register_hooks(apr_pool_t *p)
398{
399 ap_register_provider(p, AP_SOCACHE_PROVIDER_GROUP, "memcache",
400 AP_SOCACHE_PROVIDER_VERSION,
401 &socache_mc);
402}
403
404static const command_rec socache_memcache_cmds[] = {
405 AP_INIT_TAKE1("MemcacheConnTTL", socache_mc_set_ttl, NULL, RSRC_CONF,

Callers

nothing calls this directly

Calls 1

ap_register_providerFunction · 0.85

Tested by

no test coverage detected