Searched defs:socache_provider (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authn_socache.c | 46 static ap_socache_provider_t *socache_provider = NULL; variable 62 socache_provider->destroy(socache_instance, (server_rec*)data); 78 socache_provider = ap_lookup_provider(AP_SOCACHE_PROVIDER_GROUP, 94 if (socache_provider == NULL) { 102 /* We have socache_provider, but do not have socache_instance. This should 103 * happen only when using "default" socache_provider, so create default 106 errmsg = socache_provider->create(&socache_instance, NULL, 125 rv = socache_provider->init(socache_instance, authn_cache_id, 169 socache_provider = ap_lookup_provider(AP_SOCACHE_PROVIDER_GROUP, name, 171 if (socache_provider [all...] |
/httpd/modules/cache/ |
H A D | mod_cache_socache.c | 102 ap_socache_provider_t *socache_provider; member in struct:cache_socache_provider_conf 481 rc = conf->provider->socache_provider->retrieve( 544 rc = conf->provider->socache_provider->retrieve( 698 conf->provider->socache_provider->remove( 742 conf->provider->socache_provider->remove(conf->provider->socache_instance, 852 rv = conf->provider->socache_provider->store( 1133 rv = conf->provider->socache_provider->store( 1176 conf->provider->socache_provider->remove(conf->provider->socache_instance, 1278 provider->socache_provider = ap_lookup_provider(AP_SOCACHE_PROVIDER_GROUP, 1280 if (provider->socache_provider [all...] |
Completed in 1795 milliseconds