Searched defs:error_index (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/http/
H A Dhttp_request.c147 int error_index = ap_index_of_response(type); local
148 custom_response = ap_response_code_string(r, error_index);
/httpd/server/
H A Dcore.c822 char *ap_response_code_string(request_rec *r, int error_index) argument
832 && reqconf->response_code_strings[error_index] != NULL) {
833 return reqconf->response_code_strings[error_index];
843 expr = apr_hash_get(dirconf->response_code_exprs, &error_index,
844 sizeof(error_index));

Completed in 245 milliseconds