Searched defs:fcgi_authn_providers (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c64 static apr_hash_t *fcgi_authn_providers, *fcgi_authz_providers; variable
838 conf = apr_hash_get(fcgi_authn_providers, prov, APR_HASH_KEY_STRING);
942 conf = apr_hash_get(fcgi_authn_providers, prov, APR_HASH_KEY_STRING);
1268 apr_hash_set(fcgi_authn_providers, conf->name, APR_HASH_KEY_STRING,
1310 fcgi_authn_providers = apr_hash_make(pconf);

Completed in 28 milliseconds