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

Function set_cookie_form_location

modules/aaa/mod_auth_form.c:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205static const char *set_cookie_form_location(cmd_parms * cmd, void *config, const char *location)
206{
207 auth_form_config_rec *conf = (auth_form_config_rec *) config;
208 conf->location = location;
209 conf->location_set = 1;
210 return check_string(cmd, location);
211}
212
213static const char *set_cookie_form_username(cmd_parms * cmd, void *config, const char *username)
214{

Callers

nothing calls this directly

Calls 1

check_stringFunction · 0.70

Tested by

no test coverage detected