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

/httpd/modules/aaa/
H A Dmod_auth_basic.c46 } auth_basic_config_rec; typedef in typeref:struct:__anon53
50 auth_basic_config_rec *conf = apr_pcalloc(p, sizeof(*conf));
60 auth_basic_config_rec *newconf = apr_pcalloc(p, sizeof(*newconf));
61 auth_basic_config_rec *base = basev;
62 auth_basic_config_rec *overrides = overridesv;
90 auth_basic_config_rec *conf = (auth_basic_config_rec*)config;
134 auth_basic_config_rec *conf = (auth_basic_config_rec *) config;
145 auth_basic_config_rec *con
[all...]

Completed in 738 milliseconds