Home
last modified time | relevance | path

Searched refs:ap_response_code_string (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_core.h179 API_EXPORT(char *) ap_response_code_string (request_rec *r, int error_index);
Dap_compat.h325 #define response_code_string ap_response_code_string
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_request.c918 char *custom_response = ap_response_code_string(r, error_index); in ap_die()
Dhttp_protocol.c2752 if ((custom_response = ap_response_code_string(r, idx))) { in ap_send_error_response()
Dhttp_core.c602 API_EXPORT(char *) ap_response_code_string(request_rec *r, int error_index) in ap_response_code_string() function