Lines Matching defs:providers
52 authn_provider_list *providers;
112 new->providers = !add->providers ? base->providers : add->providers;
177 if (!conf->providers) {
178 conf->providers = newp;
181 authn_provider_list *last = conf->providers;
356 "specify the auth providers for a directory or location"),
766 current_provider = conf->providers;
806 /* If we're not really configured for providers, stop now. */
807 if (!conf->providers) {