Lines Matching refs:conf
41 authn_file_config_rec *conf = apr_palloc(p, sizeof(*conf));
43 conf->pwfile = NULL; /* just to illustrate the default really */
44 return conf;
60 authn_file_config_rec *conf = ap_get_module_config(r->per_dir_config,
67 if (!conf->pwfile) {
73 status = ap_pcfg_openfile(&f, r->pool, conf->pwfile);
77 "Could not open password file: %s", conf->pwfile);
115 authn_file_config_rec *conf = ap_get_module_config(r->per_dir_config,
122 if (!conf->pwfile) {
128 status = ap_pcfg_openfile(&f, r->pool, conf->pwfile);
132 "Could not open password file: %s", conf->pwfile);