Searched refs:ap_response_code_string (Results 1 – 5 of 5) sorted by relevance
179 API_EXPORT(char *) ap_response_code_string (request_rec *r, int error_index);
325 #define response_code_string ap_response_code_string
918 char *custom_response = ap_response_code_string(r, error_index); in ap_die()
2752 if ((custom_response = ap_response_code_string(r, idx))) { in ap_send_error_response()
602 API_EXPORT(char *) ap_response_code_string(request_rec *r, int error_index) in ap_response_code_string() function