Lines Matching defs:rr
980 request_rec *rr;
984 rr = ap_sub_req_lookup_uri(r->uri, r, r->input_filters);
985 rr->headers_in = r->headers_in;
990 ap_run_insert_filter(rr);
993 rv = get_form_auth(rr, conf->username, conf->password, conf->location,
1001 r->user = apr_pstrdup(r->pool, rr->user);
1003 /* we cannot clean up rr at this point, as memory allocated to rr is
1244 request_rec *rr = NULL;
1260 rr = ap_sub_req_method_uri(sent_method, r->uri, r, r->output_filters);
1261 r->status = ap_run_sub_req(rr);