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

/httpd/modules/aaa/
H A Dmod_authn_core.c59 } authn_core_dir_conf; typedef in typeref:struct:__anon56
77 authn_core_dir_conf *conf =
78 (authn_core_dir_conf *)apr_pcalloc(p, sizeof(authn_core_dir_conf));
85 authn_core_dir_conf *base = (authn_core_dir_conf *)basev;
86 authn_core_dir_conf *new = (authn_core_dir_conf *)newv;
87 authn_core_dir_conf *conf =
88 (authn_core_dir_conf *)apr_pcallo
[all...]

Completed in 10 milliseconds