Lines Matching refs:providers
38 apr_array_header_t *providers;
200 ret->providers = NULL;
217 if (add->providers == NULL) {
218 ret->providers = base->providers;
227 if (cfg->providers == NULL) {
228 cfg->providers = apr_array_make(cmd->pool, 4, sizeof(const char*));
230 APR_ARRAY_PUSH(cfg->providers, const char*) = arg;
253 OR_AUTHCFG, "Determine what authn providers to cache for"),
301 if (!configured || !dcfg->providers) {
304 for (i = 0; i < dcfg->providers->nelts; ++i) {
305 if (!strcmp(module, APR_ARRAY_IDX(dcfg->providers, i, const char*))) {
378 if (!configured || !dcfg->providers) {
423 if (!configured || !dcfg->providers) {