Lines Matching refs:conf
53 authn_dbm_config_rec *conf = apr_palloc(p, sizeof(*conf));
55 conf->pwfile = NULL;
56 conf->dbmtype = "default";
58 return conf;
65 authn_dbm_config_rec *conf = dir_config;
67 conf->dbmtype = apr_pstrdup(cmd->pool, arg);
120 authn_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config,
126 rv = fetch_dbm_value(conf->dbmtype, conf->pwfile, user, &dbm_password,
132 conf->dbmtype, conf->pwfile);
158 authn_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config,
164 rv = fetch_dbm_value(conf->dbmtype, conf->pwfile,
171 conf->dbmtype, conf->pwfile);