Lines Matching defs:provider
108 cache_socache_provider_conf *provider;
361 if (conf->provider == NULL) {
450 if (!conf->provider || !conf->provider->socache_instance) {
481 rc = conf->provider->socache_provider->retrieve(
482 conf->provider->socache_instance, r->server, (unsigned char *) key,
544 rc = conf->provider->socache_provider->retrieve(
545 conf->provider->socache_instance, r->server,
698 conf->provider->socache_provider->remove(
699 conf->provider->socache_instance, r->server,
742 conf->provider->socache_provider->remove(conf->provider->socache_instance,
852 rv = conf->provider->socache_provider->store(
853 conf->provider->socache_instance, r->server,
1133 rv = conf->provider->socache_provider->store(
1134 conf->provider->socache_instance, r->server,
1176 conf->provider->socache_provider->remove(conf->provider->socache_instance,
1262 cache_socache_provider_conf *provider = conf->provider
1272 provider->args = sep;
1278 provider->socache_provider = ap_lookup_provider(AP_SOCACHE_PROVIDER_GROUP,
1280 if (provider->socache_provider == NULL) {
1282 "Unknown socache provider '%s'. Maybe you need "
1372 if (conf->provider && conf->provider->socache_instance) {
1373 conf->provider->socache_provider->destroy(
1374 conf->provider->socache_instance, s);
1375 conf->provider->socache_instance = NULL;
1385 if (!conf->provider || !conf->provider->socache_provider ||
1386 !conf->provider->socache_instance) {
1419 conf->provider->socache_provider->status(conf->provider->socache_instance,
1471 if (!conf->provider) {
1475 if (!socache_mutex && conf->provider->socache_provider->flags
1489 errmsg = conf->provider->socache_provider->create(
1490 &conf->provider->socache_instance, conf->provider->args, ptmp,
1498 rv = conf->provider->socache_provider->init(
1499 conf->provider->socache_instance, cache_socache_id,