Searched defs:cache_socache_id (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/cache/ |
H A D | mod_cache_socache.c | 126 static const char * const cache_socache_id = "cache-socache"; variable 1444 apr_status_t rv = ap_mutex_register(pconf, cache_socache_id, NULL, 1448 "failed to register %s mutex", cache_socache_id); 1478 rv = ap_global_mutex_create(&socache_mutex, NULL, cache_socache_id, 1482 "failed to create %s mutex", cache_socache_id); 1499 conf->provider->socache_instance, cache_socache_id, 1503 "failed to initialise %s cache", cache_socache_id);
|
Completed in 644 milliseconds