Lines Matching refs:conf
63 authz_dbm_config_rec *conf = apr_palloc(p, sizeof(*conf));
65 conf->grpfile = NULL;
66 conf->dbmtype = "default";
68 return conf;
136 authz_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config,
155 if (!conf->grpfile) {
166 user, conf->grpfile, conf->dbmtype, &groups);
171 "file: %s", conf->dbmtype, conf->grpfile);
180 r->user, r->uri, conf->grpfile);
220 authz_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config,
233 if (!conf->grpfile) {
241 user, conf->grpfile, conf->dbmtype, &groups);
246 "file: %s", conf->dbmtype, conf->grpfile);
255 r->user, r->uri, conf->grpfile);