Lines Matching refs:config

145 static const char *add_authn_provider(cmd_parms * cmd, void *config,
148 auth_form_config_rec *conf = (auth_form_config_rec *) config;
206 static const char *set_cookie_form_location(cmd_parms * cmd, void *config, const char *location)
208 auth_form_config_rec *conf = (auth_form_config_rec *) config;
214 static const char *set_cookie_form_username(cmd_parms * cmd, void *config, const char *username)
216 auth_form_config_rec *conf = (auth_form_config_rec *) config;
222 static const char *set_cookie_form_password(cmd_parms * cmd, void *config, const char *password)
224 auth_form_config_rec *conf = (auth_form_config_rec *) config;
230 static const char *set_cookie_form_method(cmd_parms * cmd, void *config, const char *method)
232 auth_form_config_rec *conf = (auth_form_config_rec *) config;
238 static const char *set_cookie_form_mimetype(cmd_parms * cmd, void *config, const char *mimetype)
240 auth_form_config_rec *conf = (auth_form_config_rec *) config;
246 static const char *set_cookie_form_body(cmd_parms * cmd, void *config, const char *body)
248 auth_form_config_rec *conf = (auth_form_config_rec *) config;
254 static const char *set_cookie_form_size(cmd_parms * cmd, void *config,
257 auth_form_config_rec *conf = config;
270 static const char *set_login_required_location(cmd_parms * cmd, void *config, const char *loginrequired)
272 auth_form_config_rec *conf = (auth_form_config_rec *) config;
287 static const char *set_login_success_location(cmd_parms * cmd, void *config, const char *loginsuccess)
289 auth_form_config_rec *conf = (auth_form_config_rec *) config;
304 static const char *set_logout_location(cmd_parms * cmd, void *config, const char *logout)
306 auth_form_config_rec *conf = (auth_form_config_rec *) config;
321 static const char *set_site_passphrase(cmd_parms * cmd, void *config, const char *site)
323 auth_form_config_rec *conf = (auth_form_config_rec *) config;
329 static const char *set_authoritative(cmd_parms * cmd, void *config, int flag)
331 auth_form_config_rec *conf = (auth_form_config_rec *) config;
337 static const char *set_fake_basic_auth(cmd_parms * cmd, void *config, int flag)
339 auth_form_config_rec *conf = (auth_form_config_rec *) config;
345 static const char *set_disable_no_store(cmd_parms * cmd, void *config, int flag)
347 auth_form_config_rec *conf = (auth_form_config_rec *) config;
1327 create_auth_form_dir_config, /* dir config creater */
1329 NULL, /* server config */
1330 NULL, /* merge server config */