Searched defs:sent_method (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 600 const char **sent_method, 615 get_notes_auth(r, sent_user, sent_pw, sent_method, sent_mimetype); 650 else if (method && !strcmp(pair->name, method) && sent_method) { 656 *sent_method = buffer; 674 sent_method ? *sent_method : "<null>", 705 set_notes_auth(r, *sent_user, *sent_pw, sent_method ? *sent_method : 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, 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 24 milliseconds