Lines Matching defs:conf
77 authn_core_dir_conf *conf =
80 return (void *)conf;
87 authn_core_dir_conf *conf =
91 conf->ap_auth_type = new->ap_auth_type;
92 conf->auth_type_set = 1;
95 conf->ap_auth_type = base->ap_auth_type;
96 conf->auth_type_set = base->auth_type_set;
100 conf->ap_auth_name = new->ap_auth_name;
102 conf->ap_auth_name = base->ap_auth_name;
105 return (void*)conf;
336 authn_core_dir_conf *conf;
338 conf = (authn_core_dir_conf *) ap_get_module_config(r->per_dir_config,
341 if (conf->ap_auth_type) {
343 type = ap_expr_str_exec(r, conf->ap_auth_type, &err);
358 authn_core_dir_conf *conf;
361 conf = (authn_core_dir_conf *) ap_get_module_config(r->per_dir_config,
364 if (conf->ap_auth_name) {
365 name = ap_expr_str_exec(r, conf->ap_auth_name, &err);