Searched defs:socache_instance (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authn_socache.c | 47 static ap_socache_instance_t *socache_instance = NULL; variable 61 if (socache_instance) { 62 socache_provider->destroy(socache_instance, (server_rec*)data); 63 socache_instance = NULL; 102 /* We have socache_provider, but do not have socache_instance. This should 104 * socache_instance in this case. */ 105 if (socache_instance == NULL) { 106 errmsg = socache_provider->create(&socache_instance, NULL, 125 rv = socache_provider->init(socache_instance, authn_cache_id, 178 errmsg = socache_provider->create(&socache_instance, se [all...] |
/httpd/modules/cache/ |
H A D | mod_cache_socache.c | 103 ap_socache_instance_t *socache_instance; member in struct:cache_socache_provider_conf 450 if (!conf->provider || !conf->provider->socache_instance) { 482 conf->provider->socache_instance, r->server, (unsigned char *) key, 545 conf->provider->socache_instance, r->server, 699 conf->provider->socache_instance, r->server, 742 conf->provider->socache_provider->remove(conf->provider->socache_instance, 853 conf->provider->socache_instance, r->server, 1134 conf->provider->socache_instance, r->server, 1176 conf->provider->socache_provider->remove(conf->provider->socache_instance, 1372 if (conf->provider && conf->provider->socache_instance) { [all...] |
Completed in 106 milliseconds