Searched refs:ap_sub_req_lookup_file (Results 1 - 9 of 9) sorted by relevance
/httpd/include/ |
H A D | http_request.h | 90 AP_DECLARE(request_rec *) ap_sub_req_lookup_file(const char *new_file,
|
/httpd/modules/metadata/ |
H A D | mod_cern_meta.c | 333 rr = ap_sub_req_lookup_file(metafilename, r, NULL);
|
H A D | mod_mime_magic.c | 2325 sub = ap_sub_req_lookup_file(sub_filename, r, NULL);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_scgi.c | 493 rr = ap_sub_req_lookup_file(req_conf->location, r,
|
/httpd/modules/mappers/ |
H A D | mod_negotiation.c | 2715 sub_req = ap_sub_req_lookup_file(variant->file_name, r, r->output_filters); 3125 sub_req = ap_sub_req_lookup_file(best->file_name, r, r->output_filters);
|
H A D | mod_rewrite.c | 1883 rr = ap_sub_req_lookup_file(path, r, NULL); 3893 rsub = ap_sub_req_lookup_file(input, r, NULL);
|
/httpd/server/ |
H A D | request.c | 2302 AP_DECLARE(request_rec *) ap_sub_req_lookup_file(const char *new_file, function
|
H A D | util_expr_eval.c | 1353 rsub = ap_sub_req_lookup_file(arg, r, NULL);
|
/httpd/modules/filters/ |
H A D | mod_include.c | 1708 rr = ap_sub_req_lookup_file(newpath, r, NULL); 1831 rr = ap_sub_req_lookup_file(newpath, r, f->next);
|
Completed in 3270 milliseconds