Searched defs:mimetype (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 70 const char *mimetype; member in struct:__anon54 100 conf->mimetype = "httpd_mimetype"; 129 new->mimetype = (add->mimetype_set == 0) ? base->mimetype : add->mimetype; 238 static const char *set_cookie_form_mimetype(cmd_parms * cmd, void *config, const char *mimetype) argument 241 conf->mimetype = mimetype; 243 return check_string(cmd, mimetype); 367 "The field of the login form carrying the original request mimetype 434 set_notes_auth(request_rec * r, const char *user, const char *pw, const char *method, const char *mimetype) argument 472 get_notes_auth(request_rec *r, const char **user, const char **pw, const char **method, const char **mimetype) argument 590 get_form_auth(request_rec * r, const char *username, const char *password, const char *location, const char *method, const char *mimetype, const char *body, const char **sent_user, const char **sent_pw, const char **sent_loc, const char **sent_method, const char **sent_mimetype, apr_bucket_brigade **sent_body, auth_form_config_rec * conf) argument [all...] |
Completed in 14 milliseconds