Searched refs:ap_sub_req_lookup_file (Results 1 - 9 of 9) sorted by relevance

/httpd/include/
H A Dhttp_request.h90 AP_DECLARE(request_rec *) ap_sub_req_lookup_file(const char *new_file,
/httpd/modules/metadata/
H A Dmod_cern_meta.c333 rr = ap_sub_req_lookup_file(metafilename, r, NULL);
H A Dmod_mime_magic.c2325 sub = ap_sub_req_lookup_file(sub_filename, r, NULL);
/httpd/modules/proxy/
H A Dmod_proxy_scgi.c493 rr = ap_sub_req_lookup_file(req_conf->location, r,
/httpd/modules/mappers/
H A Dmod_negotiation.c2715 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 Dmod_rewrite.c1883 rr = ap_sub_req_lookup_file(path, r, NULL);
3893 rsub = ap_sub_req_lookup_file(input, r, NULL);
/httpd/server/
H A Drequest.c2302 AP_DECLARE(request_rec *) ap_sub_req_lookup_file(const char *new_file, function
H A Dutil_expr_eval.c1353 rsub = ap_sub_req_lookup_file(arg, r, NULL);
/httpd/modules/filters/
H A Dmod_include.c1708 rr = ap_sub_req_lookup_file(newpath, r, NULL);
1831 rr = ap_sub_req_lookup_file(newpath, r, f->next);

Completed in 3270 milliseconds