Searched defs:authn_cache_id (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authn_socache.c48 static const char *const authn_cache_id = "authn-socache"; variable
71 apr_status_t rv = ap_mutex_register(pconf, authn_cache_id,
75 "failed to register %s mutex", authn_cache_id);
117 authn_cache_id, NULL, s, pconf, 0);
120 "failed to create %s mutex", authn_cache_id);
125 rv = socache_provider->init(socache_instance, authn_cache_id,
129 "failed to initialise %s cache", authn_cache_id);

Completed in 10 milliseconds