MCPcopy Create free account
hub / github.com/apache/httpd / set_cookie_form_password

Function set_cookie_form_password

modules/aaa/mod_auth_form.c:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221static const char *set_cookie_form_password(cmd_parms * cmd, void *config, const char *password)
222{
223 auth_form_config_rec *conf = (auth_form_config_rec *) config;
224 conf->password = password;
225 conf->password_set = 1;
226 return check_string(cmd, password);
227}
228
229static const char *set_cookie_form_method(cmd_parms * cmd, void *config, const char *method)
230{

Callers

nothing calls this directly

Calls 1

check_stringFunction · 0.70

Tested by

no test coverage detected