Home
last modified time | relevance | path

Searched refs:cache_redis_password (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/cache/
H A Dredis.c123 if (cfg->cache_redis_password != NULL) { in oidc_cache_redis_post_config()
125 cfg->cache_redis_password); in oidc_cache_redis_post_config()
/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Dconfig.c1341 c->cache_redis_password = NULL; in oidc_create_server_config()
1757 c->cache_redis_password = in oidc_merge_server_config()
1758 add->cache_redis_password != NULL ? in oidc_merge_server_config()
1759 add->cache_redis_password : base->cache_redis_password; in oidc_merge_server_config()
3195 (void*)APR_OFFSETOF(oidc_cfg, cache_redis_password),
H A Dmod_auth_openidc.h388 char *cache_redis_password; member