Searched refs:ap_sub_req_lookup_uri (Results 1 - 13 of 13) sorted by relevance

/httpd/include/
H A Dhttp_request.h77 AP_DECLARE(request_rec *) ap_sub_req_lookup_uri(const char *new_uri,
/httpd/modules/mappers/
H A Dmod_dir.c193 rr = ap_sub_req_lookup_uri(name_ptr, r, r->output_filters);
315 rr = ap_sub_req_lookup_uri(name_ptr, r, r->output_filters);
H A Dmod_rewrite.c1850 rr = ap_sub_req_lookup_uri(path, r, NULL);
1870 rr = ap_sub_req_lookup_uri(path, r, NULL);
3881 rsub = ap_sub_req_lookup_uri(input, r, NULL);
/httpd/modules/dav/main/
H A Dprops.c331 propdb->subreq = ap_sub_req_lookup_uri(e_uri, propdb->r, NULL);
/httpd/server/
H A Dutil_script.c390 pa_req = ap_sub_req_lookup_uri(ap_escape_uri(r->pool, r->path_info), r,
H A Drequest.c2166 AP_DECLARE(request_rec *) ap_sub_req_lookup_uri(const char *new_uri, function
H A Dutil_expr_eval.c1334 rsub = ap_sub_req_lookup_uri(arg, r, NULL);
/httpd/modules/arch/win32/
H A Dmod_isapi.c971 subreq = ap_sub_req_lookup_uri(
1243 subreq = ap_sub_req_lookup_uri(test_uri, r, NULL);
/httpd/modules/generators/
H A Dmod_cgi.c333 pa_req = ap_sub_req_lookup_uri(ap_escape_uri(r->pool, r->path_info),
1055 request_rec *rr = ap_sub_req_lookup_uri(s, r, f->next);
H A Dmod_autoindex.c1025 && (rr = ap_sub_req_lookup_uri(header_fname, r, r->output_filters))
1143 && (rr = ap_sub_req_lookup_uri(readme_fname, r, r->output_filters))
H A Dmod_cgid.c1722 request_rec *rr = ap_sub_req_lookup_uri(s, r, f->next);
1784 pa_req = ap_sub_req_lookup_uri(ap_escape_uri(r->pool, r->path_info), r, NULL);
/httpd/modules/aaa/
H A Dmod_auth_form.c984 rr = ap_sub_req_lookup_uri(r->uri, r, r->input_filters);
/httpd/modules/filters/
H A Dmod_include.c1543 rr = ap_sub_req_lookup_uri(current->right->token.value, r, NULL);
1738 rr = ap_sub_req_lookup_uri(tag_val, r, NULL);
1840 rr = ap_sub_req_lookup_uri(parsed_string, r, f->next);

Completed in 2094 milliseconds