Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c426 r->err_status = error; in ngx_http_special_response_handler()
515 r->err_status = NGX_HTTP_BAD_REQUEST; in ngx_http_special_response_handler()
598 r->err_status = overwrite; in ngx_http_send_error_page()
638 r->err_status = NGX_HTTP_MOVED_TEMPORARILY; in ngx_http_send_error_page()
655 return ngx_http_send_special_response(r, clcf, r->err_status in ngx_http_send_error_page()
795 r->err_status = NGX_HTTP_OK; in ngx_http_send_refresh()
H A Dngx_http_request.h444 ngx_uint_t err_status; member
H A Dngx_http_variables.c1775 if (r->err_status) { in ngx_http_variable_status()
1776 status = r->err_status; in ngx_http_variable_status()
H A Dngx_http_core_module.c1759 if (r->err_status) { in ngx_http_send_header()
1760 r->headers_out.status = r->err_status; in ngx_http_send_header()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c859 if (r->err_status) { in ngx_http_log_status()
860 status = r->err_status; in ngx_http_log_status()