Searched refs:ap_index_of_response (Results 1 - 5 of 5) sorted by relevance

/httpd/include/
H A Dhttp_protocol.h458 AP_DECLARE(int) ap_index_of_response(int status);
/httpd/modules/http/
H A Dhttp_protocol.c68 * for any X (see ap_index_of_response).
980 AP_DECLARE(int) ap_index_of_response(int status) function
1007 return status_lines[ap_index_of_response(status)];
1373 int idx = ap_index_of_response(status);
1532 status_lines[ap_index_of_response(recursive_error)],
H A Dhttp_request.c147 int error_index = ap_index_of_response(type);
/httpd/modules/mappers/
H A Dmod_rewrite.c3653 ap_index_of_response(HTTP_INTERNAL_SERVER_ERROR);
3655 if (ap_index_of_response(status) == idx) {
/httpd/server/
H A Dcore.c1533 idx = ap_index_of_response(status);
1551 idx500 = ap_index_of_response(HTTP_INTERNAL_SERVER_ERROR);
1556 else if ((index_number = ap_index_of_response(error_number)) == idx500) {

Completed in 2266 milliseconds