Searched defs:sent_mimetype (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 601 const char **sent_mimetype, 615 get_notes_auth(r, sent_user, sent_pw, sent_method, sent_mimetype); 658 else if (mimetype && !strcmp(pair->name, mimetype) && sent_mimetype) { 664 *sent_mimetype = buffer; 675 sent_mimetype ? *sent_mimetype : "<null>", 706 sent_mimetype ? *sent_mimetype : NULL); 887 const char *sent_loc = NULL, *sent_method = "GET", *sent_mimetype = NULL; local 922 get_notes_auth(r, &sent_user, &sent_pw, &sent_method, &sent_mimetype); 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 1245 const char *sent_method = NULL, *sent_mimetype = NULL; local [all...] |
Completed in 14 milliseconds