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

Function set_cookie_form_method

modules/aaa/mod_auth_form.c:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229static const char *set_cookie_form_method(cmd_parms * cmd, void *config, const char *method)
230{
231 auth_form_config_rec *conf = (auth_form_config_rec *) config;
232 conf->method = method;
233 conf->method_set = 1;
234 return check_string(cmd, method);
235}
236
237static const char *set_cookie_form_mimetype(cmd_parms * cmd, void *config, const char *mimetype)
238{

Callers

nothing calls this directly

Calls 1

check_stringFunction · 0.70

Tested by

no test coverage detected