Lines Matching refs:sent_method
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;
922 get_notes_auth(r, &sent_user, &sent_pw, &sent_method, &sent_mimetype);
995 &sent_user, &sent_pw, &sent_loc, &sent_method,
1025 if (sent_method && strcmp(r->method, sent_method)) {
1245 const char *sent_method = NULL, *sent_mimetype = NULL;
1252 get_notes_auth(r, NULL, NULL, &sent_method, &sent_mimetype);
1254 if (r->kept_body && sent_method && sent_mimetype) {
1258 "uri: %s", sent_method, sent_mimetype, r->uri);
1260 rr = ap_sub_req_method_uri(sent_method, r->uri, r, r->output_filters);