/httpd/modules/http/ |
H A D | http_request.c | 569 AP_DECLARE(void) ap_internal_fast_redirect(request_rec *rr, request_rec *r) argument 571 /* We need to tell POOL_DEBUG that we're guaranteeing that rr->pool 574 * rr->pool. 576 apr_pool_join(r->pool, rr->pool); 577 r->proxyreq = rr->proxyreq; 578 r->no_cache = (r->no_cache && rr->no_cache); 579 r->no_local_copy = (r->no_local_copy && rr->no_local_copy); 580 r->mtime = rr->mtime; 581 r->uri = rr->uri; 582 r->filename = rr [all...] |
/httpd/modules/mappers/ |
H A D | mod_dir.c | 175 request_rec *rr; local 193 rr = ap_sub_req_lookup_uri(name_ptr, r, r->output_filters); 194 if (rr->status == HTTP_OK 195 && ( (rr->handler && !strcmp(rr->handler, "proxy-server")) 196 || rr->finfo.filetype == APR_REG)) { 197 ap_internal_fast_redirect(rr, r); 200 else if (ap_is_HTTP_REDIRECT(rr->status)) { 202 apr_pool_join(r->pool, rr->pool); 203 r->notes = apr_table_overlay(r->pool, r->notes, rr 303 request_rec *rr; local [all...] |
H A D | mod_negotiation.c | 940 request_rec *rr) 956 if ((status = apr_file_open(map, rr->filename, APR_READ | APR_BUFFERED, 959 "cannot access type map file: %s", rr->filename); 1044 mime_info.file_name = apr_filepath_name_get(rr->filename); 1062 set_vlist_validator(r, rr); 939 read_type_map(apr_file_t **map, negotiation_state *neg, request_rec *rr) argument
|
H A D | mod_rewrite.c | 1841 request_rec *rr; local 1850 rr = ap_sub_req_lookup_uri(path, r, NULL); 1851 ctx->r = rr; 1854 ap_destroy_sub_req(rr); 1870 rr = ap_sub_req_lookup_uri(path, r, NULL); 1883 rr = ap_sub_req_lookup_file(path, r, NULL); 1886 ctx->r = rr; 1889 ap_destroy_sub_req(rr);
|
/httpd/modules/metadata/ |
H A D | mod_cern_meta.c | 278 request_rec *rr; local 333 rr = ap_sub_req_lookup_file(metafilename, r, NULL); 334 if (rr->status != HTTP_OK) { 335 ap_destroy_sub_req(rr); 338 ap_destroy_sub_req(rr);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_scgi.c | 491 request_rec *rr; local 493 rr = ap_sub_req_lookup_file(req_conf->location, r, 495 if (rr->status == HTTP_OK && rr->finfo.filetype != APR_NOFILE) { 501 ap_run_sub_req(rr); 506 "(rr->status=%d, rr->finfo.filetype=%d)", 507 req_conf->location, rr->status, 508 rr->finfo.filetype);
|
H A D | mod_proxy_http.c | 1143 static void ap_proxy_read_headers(request_rec *r, request_rec *rr, argument 1168 while ((len = ap_getline(buffer, size, rr, 1)) > 0) { 1239 while ((len = ap_getline(field, MAX_STRING_LEN, rr, 1))
|
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 980 request_rec *rr; local 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; local 1260 rr [all...] |
/httpd/modules/generators/ |
H A D | mod_cgi.c | 1055 request_rec *rr = ap_sub_req_lookup_uri(s, r, f->next); local 1058 if (rr->status != HTTP_OK) { 1059 ap_destroy_sub_req(rr); 1064 if ((rr->path_info && rr->path_info[0]) || rr->args) { 1065 ap_destroy_sub_req(rr); 1068 if (rr->finfo.filetype != APR_REG) { 1069 ap_destroy_sub_req(rr); 1074 rr [all...] |
H A D | mod_autoindex.c | 1004 request_rec *rr = NULL; local 1025 && (rr = ap_sub_req_lookup_uri(header_fname, r, r->output_filters)) 1026 && (rr->status == HTTP_OK) 1027 && (rr->filename != NULL) 1028 && (rr->finfo.filetype == APR_REG)) { 1034 if (rr->content_type != NULL) { 1035 if (response_is_html(rr)) { 1056 for (f=rr->output_filters; 1065 if (ap_run_sub_req(rr) != OK) { 1071 else if (!strncasecmp("text/", rr 1133 request_rec *rr = NULL; local 1306 request_rec *rr; local [all...] |
H A D | mod_cgid.c | 1722 request_rec *rr = ap_sub_req_lookup_uri(s, r, f->next); local 1725 if (rr->status != HTTP_OK) { 1726 ap_destroy_sub_req(rr); 1731 if ((rr->path_info && rr->path_info[0]) || rr->args) { 1732 ap_destroy_sub_req(rr); 1735 if (rr->finfo.filetype != APR_REG) { 1736 ap_destroy_sub_req(rr); 1741 rr [all...] |
/httpd/server/ |
H A D | protocol.c | 1869 request_rec *rr; local 1893 for (rr = r; rr != NULL; rr = rr->main) { 1894 rr->expecting_100 = 0;
|
/httpd/modules/filters/ |
H A D | mod_include.c | 1172 request_rec *rr = NULL; local 1543 rr = ap_sub_req_lookup_uri(current->right->token.value, r, NULL); 1545 if (rr->status < HTTP_BAD_REQUEST) { 1550 ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rr->status, r, APLOGNO(01336) 1555 ap_destroy_sub_req(rr); 1688 request_rec *rr = NULL; local 1708 rr = ap_sub_req_lookup_file(newpath, r, NULL); 1710 if (rr->status == HTTP_OK && rr->finfo.filetype != APR_NOFILE) { 1711 to_send = rr 1798 request_rec *rr = NULL; local [all...] |