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

/httpd/modules/aaa/
H A Dmod_authz_dbm.c37 } authz_dbm_config_rec; typedef in typeref:struct:__anon69
63 authz_dbm_config_rec *conf = apr_palloc(p, sizeof(*conf));
74 (void *)APR_OFFSETOF(authz_dbm_config_rec, grpfile),
77 (void *)APR_OFFSETOF(authz_dbm_config_rec, dbmtype),
136 authz_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config,
220 authz_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config,

Completed in 245 milliseconds