| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_stub_status_module.c | 107 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 D | ngx_http_empty_gif_module.c | 127 return ngx_http_send_response(r, NGX_HTTP_OK, &ngx_http_gif_type, &cv); in ngx_http_empty_gif_handler()
|
| H A D | ngx_http_addition_filter_module.c | 101 if (r->headers_out.status != NGX_HTTP_OK || r != r->main) { in ngx_http_addition_header_filter()
|
| H A D | ngx_http_not_modified_filter_module.c | 57 if (r->headers_out.status != NGX_HTTP_OK in ngx_http_not_modified_header_filter()
|
| H A D | ngx_http_flv_module.c | 193 r->headers_out.status = NGX_HTTP_OK; in ngx_http_flv_handler()
|
| H A D | ngx_http_static_module.c | 217 r->headers_out.status = NGX_HTTP_OK; in ngx_http_static_handler()
|
| H A D | ngx_http_gzip_static_module.c | 227 r->headers_out.status = NGX_HTTP_OK; in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_headers_filter_module.c | 188 case NGX_HTTP_OK: in ngx_http_headers_filter() 279 case NGX_HTTP_OK: in ngx_http_trailers_filter()
|
| H A D | ngx_http_chunked_filter_module.c | 67 || r->headers_out.status < NGX_HTTP_OK in ngx_http_chunked_header_filter()
|
| H A D | ngx_http_auth_request_module.c | 164 if (ctx->status >= NGX_HTTP_OK in ngx_http_auth_request_handler()
|
| H A D | ngx_http_slice_filter_module.c | 176 r->headers_out.status = NGX_HTTP_OK; in ngx_http_slice_header_filter()
|
| H A D | ngx_http_range_filter_module.c | 156 || r->headers_out.status != NGX_HTTP_OK in ngx_http_range_header_filter()
|
| H A D | ngx_http_gzip_filter_module.c | 250 || (r->headers_out.status != NGX_HTTP_OK in ngx_http_gzip_header_filter()
|
| H A D | ngx_http_autoindex_module.c | 258 r->headers_out.status = NGX_HTTP_OK; in ngx_http_autoindex_handler()
|
| H A D | ngx_http_image_filter_module.c | 594 r->headers_out.status = NGX_HTTP_OK; in ngx_http_image_json()
|
| H A D | ngx_http_mp4_module.c | 634 r->headers_out.status = NGX_HTTP_OK; in ngx_http_mp4_handler()
|
| H A D | ngx_http_grpc_module.c | 1741 if (status < NGX_HTTP_OK) { in ngx_http_grpc_process_header()
|
| H A D | ngx_http_proxy_module.c | 1778 u->state->status = NGX_HTTP_OK; in ngx_http_proxy_process_status_line()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_header_filter_module.c | 191 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 D | ngx_http_special_response.c | 593 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 D | ngx_http_request.h | 76 #define NGX_HTTP_OK 200 macro
|
| H A D | ngx_http_upstream.c | 3077 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 D | ngx_http_perl_module.c | 262 if (rc == NGX_OK || rc == NGX_HTTP_OK) { in ngx_http_perl_handle_request()
|
| H A D | nginx.xs | 130 r->headers_out.status = NGX_HTTP_OK;
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 195 case NGX_HTTP_OK: in ngx_http_v2_header_filter()
|