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

/httpd/modules/aaa/
H A Dmod_authz_core.c83 typedef struct authz_core_dir_conf authz_core_dir_conf; typedef in typeref:struct:authz_core_dir_conf
85 struct authz_core_dir_conf { struct
87 authz_core_dir_conf *next;
100 static authz_core_dir_conf *authz_core_first_dir_conf;
104 authz_core_dir_conf *conf = apr_pcalloc(p, sizeof(*conf));
118 authz_core_dir_conf *base = (authz_core_dir_conf *)basev;
119 authz_core_dir_conf *new = (authz_core_dir_conf *)new
[all...]

Completed in 283 milliseconds