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

/httpd/modules/aaa/
H A Dmod_authn_core.c118 authn_alias_srv_conf *authcfg = local
123 provider_alias_rec *prvdraliasrec = apr_hash_get(authcfg->alias_rec,
150 authn_alias_srv_conf *authcfg = local
155 provider_alias_rec *prvdraliasrec = apr_hash_get(authcfg->alias_rec,
175 authn_alias_srv_conf *authcfg; local
177 authcfg = (authn_alias_srv_conf *) apr_pcalloc(p, sizeof(authn_alias_srv_conf));
178 authcfg->alias_rec = apr_hash_make(p);
180 return (void *) authcfg;
211 authn_alias_srv_conf *authcfg = local
280 apr_hash_set(authcfg
[all...]
H A Dmod_authz_core.c180 authz_core_srv_conf *authcfg; local
182 authcfg = apr_pcalloc(p, sizeof(*authcfg));
183 authcfg->alias_rec = apr_hash_make(p);
185 return (void *)authcfg;
207 authz_core_srv_conf *authcfg; local
210 authcfg = ap_get_module_config(r->server->module_config,
213 prvdraliasrec = apr_hash_get(authcfg->alias_rec, provider_name,
300 authz_core_srv_conf *authcfg; local
332 authcfg
[all...]

Completed in 18 milliseconds