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

Function set_cookie_form_username

modules/aaa/mod_auth_form.c:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213static const char *set_cookie_form_username(cmd_parms * cmd, void *config, const char *username)
214{
215 auth_form_config_rec *conf = (auth_form_config_rec *) config;
216 conf->username = username;
217 conf->username_set = 1;
218 return check_string(cmd, username);
219}
220
221static const char *set_cookie_form_password(cmd_parms * cmd, void *config, const char *password)
222{

Callers

nothing calls this directly

Calls 1

check_stringFunction · 0.70

Tested by

no test coverage detected