Home
last modified time | relevance | path

Searched refs:ap_find_types (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_request.c747 || (res = ap_find_types(rnew)) in ap_sub_req_method_uri()
851 if ((res = ap_find_types(rnew)) || (res = ap_run_fixups(rnew))) { in ap_sub_req_lookup_file()
889 || (res = ap_find_types(rnew)) in ap_sub_req_lookup_file()
1179 if ((access_status = ap_find_types(r)) != 0) { in process_request_internal()
Dhttp_config.c396 API_EXPORT(int) ap_find_types(request_rec *r) in ap_find_types() function
/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_config.h444 API_EXPORT(int) ap_find_types(request_rec *);
Dap_compat.h136 #define find_types ap_find_types