Searched defs:fcgi_authz_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
1003 conf = apr_hash_get(fcgi_authz_providers, prov, APR_HASH_KEY_STRING);
1278 apr_hash_set(fcgi_authz_providers, conf->name, APR_HASH_KEY_STRING,
1311 fcgi_authz_providers = apr_hash_make(pconf);

Completed in 20 milliseconds