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

/httpd/modules/aaa/
H A Dmod_authn_anon.c71 } authn_anon_config_rec; typedef in typeref:struct:__anon55
75 authn_anon_config_rec *conf = apr_palloc(p, sizeof(*conf));
91 authn_anon_config_rec *conf = my_config;
119 (void *)APR_OFFSETOF(authn_anon_config_rec, mustemail),
122 (void *)APR_OFFSETOF(authn_anon_config_rec, nouserid),
125 (void *)APR_OFFSETOF(authn_anon_config_rec, verifyemail),
128 (void *)APR_OFFSETOF(authn_anon_config_rec, logemail),
138 authn_anon_config_rec *conf = ap_get_module_config(r->per_dir_config,

Completed in 2399 milliseconds