Home
last modified time | relevance | path

Searched refs:NGX_HTTP_OK (Results 1 – 25 of 25) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_stub_status_module.c107 r->headers_out.status = NGX_HTTP_OK; in ngx_http_stub_status_handler()
147 r->headers_out.status = NGX_HTTP_OK; in ngx_http_stub_status_handler()
H A Dngx_http_empty_gif_module.c127 return ngx_http_send_response(r, NGX_HTTP_OK, &ngx_http_gif_type, &cv); in ngx_http_empty_gif_handler()
H A Dngx_http_addition_filter_module.c101 if (r->headers_out.status != NGX_HTTP_OK || r != r->main) { in ngx_http_addition_header_filter()
H A Dngx_http_not_modified_filter_module.c57 if (r->headers_out.status != NGX_HTTP_OK in ngx_http_not_modified_header_filter()
H A Dngx_http_flv_module.c193 r->headers_out.status = NGX_HTTP_OK; in ngx_http_flv_handler()
H A Dngx_http_static_module.c217 r->headers_out.status = NGX_HTTP_OK; in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c227 r->headers_out.status = NGX_HTTP_OK; in ngx_http_gzip_static_handler()
H A Dngx_http_headers_filter_module.c188 case NGX_HTTP_OK: in ngx_http_headers_filter()
279 case NGX_HTTP_OK: in ngx_http_trailers_filter()
H A Dngx_http_chunked_filter_module.c67 || r->headers_out.status < NGX_HTTP_OK in ngx_http_chunked_header_filter()
H A Dngx_http_auth_request_module.c164 if (ctx->status >= NGX_HTTP_OK in ngx_http_auth_request_handler()
H A Dngx_http_slice_filter_module.c176 r->headers_out.status = NGX_HTTP_OK; in ngx_http_slice_header_filter()
H A Dngx_http_range_filter_module.c156 || r->headers_out.status != NGX_HTTP_OK in ngx_http_range_header_filter()
H A Dngx_http_gzip_filter_module.c250 || (r->headers_out.status != NGX_HTTP_OK in ngx_http_gzip_header_filter()
H A Dngx_http_autoindex_module.c258 r->headers_out.status = NGX_HTTP_OK; in ngx_http_autoindex_handler()
H A Dngx_http_image_filter_module.c594 r->headers_out.status = NGX_HTTP_OK; in ngx_http_image_json()
H A Dngx_http_mp4_module.c634 r->headers_out.status = NGX_HTTP_OK; in ngx_http_mp4_handler()
H A Dngx_http_grpc_module.c1741 if (status < NGX_HTTP_OK) { in ngx_http_grpc_process_header()
H A Dngx_http_proxy_module.c1778 u->state->status = NGX_HTTP_OK; in ngx_http_proxy_process_status_line()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_header_filter_module.c191 if (r->headers_out.status != NGX_HTTP_OK in ngx_http_header_filter()
217 if (status >= NGX_HTTP_OK in ngx_http_header_filter()
231 status -= NGX_HTTP_OK; in ngx_http_header_filter()
H A Dngx_http_special_response.c593 if (overwrite && overwrite != NGX_HTTP_OK) { in ngx_http_send_error_page()
795 r->err_status = NGX_HTTP_OK; in ngx_http_send_refresh()
H A Dngx_http_request.h76 #define NGX_HTTP_OK 200 macro
H A Dngx_http_upstream.c3077 if (u->headers_in.status_n == NGX_HTTP_OK in ngx_http_upstream_send_response()
3971 if (u->headers_in.status_n == NGX_HTTP_OK in ngx_http_upstream_process_request()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c262 if (rc == NGX_OK || rc == NGX_HTTP_OK) { in ngx_http_perl_handle_request()
H A Dnginx.xs130 r->headers_out.status = NGX_HTTP_OK;
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c195 case NGX_HTTP_OK: in ngx_http_v2_header_filter()