status            100 http/modules/ngx_http_addition_filter_module.c     if (r->headers_out.status != NGX_HTTP_OK || r != r->main) {
status            232 http/modules/ngx_http_autoindex_module.c     r->headers_out.status = NGX_HTTP_OK;
status            492 http/modules/ngx_http_charset_filter_module.c     if (r->headers_out.status == NGX_HTTP_MOVED_PERMANENTLY
status            493 http/modules/ngx_http_charset_filter_module.c         || r->headers_out.status == NGX_HTTP_MOVED_TEMPORARILY)
status             55 http/modules/ngx_http_chunked_filter_module.c     if (r->headers_out.status == NGX_HTTP_NOT_MODIFIED
status             56 http/modules/ngx_http_chunked_filter_module.c         || r->headers_out.status == NGX_HTTP_NO_CONTENT
status            206 http/modules/ngx_http_dav_module.c     ngx_uint_t                status;
status            221 http/modules/ngx_http_dav_module.c         status = NGX_HTTP_CREATED;
status            224 http/modules/ngx_http_dav_module.c         status = NGX_HTTP_NO_CONTENT;
status            265 http/modules/ngx_http_dav_module.c     if (status == NGX_HTTP_CREATED) {
status            274 http/modules/ngx_http_dav_module.c     r->headers_out.status = status;
status           1141 http/modules/ngx_http_fastcgi_module.c     ngx_int_t                       rc, status;
status           1479 http/modules/ngx_http_fastcgi_module.c                 if (u->headers_in.status) {
status           1480 http/modules/ngx_http_fastcgi_module.c                     status_line = &u->headers_in.status->value;
status           1482 http/modules/ngx_http_fastcgi_module.c                     status = ngx_atoi(status_line->data, 3);
status           1484 http/modules/ngx_http_fastcgi_module.c                     if (status == NGX_ERROR) {
status           1491 http/modules/ngx_http_fastcgi_module.c                     u->headers_in.status_n = status;
status           1505 http/modules/ngx_http_fastcgi_module.c                     u->state->status = u->headers_in.status_n;
status            184 http/modules/ngx_http_flv_module.c     r->headers_out.status = NGX_HTTP_OK;
status            246 http/modules/ngx_http_gzip_filter_module.c         || (r->headers_out.status != NGX_HTTP_OK
status            247 http/modules/ngx_http_gzip_filter_module.c             && r->headers_out.status != NGX_HTTP_FORBIDDEN
status            248 http/modules/ngx_http_gzip_filter_module.c             && r->headers_out.status != NGX_HTTP_NOT_FOUND)
status            197 http/modules/ngx_http_gzip_static_module.c     r->headers_out.status = NGX_HTTP_OK;
status            146 http/modules/ngx_http_headers_filter_module.c         || (r->headers_out.status != NGX_HTTP_OK
status            147 http/modules/ngx_http_headers_filter_module.c             && r->headers_out.status != NGX_HTTP_NO_CONTENT
status            148 http/modules/ngx_http_headers_filter_module.c             && r->headers_out.status != NGX_HTTP_MOVED_PERMANENTLY
status            149 http/modules/ngx_http_headers_filter_module.c             && r->headers_out.status != NGX_HTTP_MOVED_TEMPORARILY
status            150 http/modules/ngx_http_headers_filter_module.c             && r->headers_out.status != NGX_HTTP_NOT_MODIFIED))
status            194 http/modules/ngx_http_image_filter_module.c     if (r->headers_out.status == NGX_HTTP_NOT_MODIFIED) {
status            549 http/modules/ngx_http_image_filter_module.c     r->headers_out.status = NGX_HTTP_OK;
status            555 http/modules/ngx_http_log_module.c     ngx_uint_t  status;
status            558 http/modules/ngx_http_log_module.c         status = r->err_status;
status            560 http/modules/ngx_http_log_module.c     } else if (r->headers_out.status) {
status            561 http/modules/ngx_http_log_module.c         status = r->headers_out.status;
status            570 http/modules/ngx_http_log_module.c         status = 0;
status            573 http/modules/ngx_http_log_module.c     return ngx_sprintf(buf, "%ui", status);
status            357 http/modules/ngx_http_memcached_module.c         u->state->status = 200;
status            368 http/modules/ngx_http_memcached_module.c         u->state->status = 404;
status             54 http/modules/ngx_http_not_modified_filter_module.c     if (r->headers_out.status != NGX_HTTP_OK
status            120 http/modules/ngx_http_not_modified_filter_module.c     r->headers_out.status = NGX_HTTP_NOT_MODIFIED;
status             80 http/modules/ngx_http_proxy_module.c     ngx_http_status_t              status;
status           1156 http/modules/ngx_http_proxy_module.c     ctx->status.code = 0;
status           1157 http/modules/ngx_http_proxy_module.c     ctx->status.count = 0;
status           1158 http/modules/ngx_http_proxy_module.c     ctx->status.start = NULL;
status           1159 http/modules/ngx_http_proxy_module.c     ctx->status.end = NULL;
status           1184 http/modules/ngx_http_proxy_module.c     rc = ngx_http_parse_status_line(r, &u->buffer, &ctx->status);
status           1211 http/modules/ngx_http_proxy_module.c         u->state->status = NGX_HTTP_OK;
status           1217 http/modules/ngx_http_proxy_module.c         u->state->status = ctx->status.code;
status           1220 http/modules/ngx_http_proxy_module.c     u->headers_in.status_n = ctx->status.code;
status           1222 http/modules/ngx_http_proxy_module.c     len = ctx->status.end - ctx->status.start;
status           1230 http/modules/ngx_http_proxy_module.c     ngx_memcpy(u->headers_in.status_line.data, ctx->status.start, len);
status            153 http/modules/ngx_http_range_filter_module.c         || r->headers_out.status != NGX_HTTP_OK
status            201 http/modules/ngx_http_range_filter_module.c         r->headers_out.status = NGX_HTTP_PARTIAL_CONTENT;
status            510 http/modules/ngx_http_range_filter_module.c     r->headers_out.status = NGX_HTTP_RANGE_NOT_SATISFIABLE;
status            163 http/modules/ngx_http_rewrite_module.c     e->status = NGX_DECLINED;
status            170 http/modules/ngx_http_rewrite_module.c     if (e->status == NGX_DECLINED) {
status            175 http/modules/ngx_http_rewrite_module.c         return e->status;
status            348 http/modules/ngx_http_rewrite_module.c         regex->status = NGX_HTTP_MOVED_TEMPORARILY;
status            362 http/modules/ngx_http_rewrite_module.c             regex->status = NGX_HTTP_MOVED_TEMPORARILY;
status            367 http/modules/ngx_http_rewrite_module.c             regex->status = NGX_HTTP_MOVED_PERMANENTLY;
status            455 http/modules/ngx_http_rewrite_module.c     ret->status = ngx_atoi(p, value[1].len);
status            457 http/modules/ngx_http_rewrite_module.c     if (ret->status == (uintptr_t) NGX_ERROR) {
status            464 http/modules/ngx_http_rewrite_module.c             ret->status = NGX_HTTP_MOVED_TEMPORARILY;
status            369 http/modules/ngx_http_scgi_module.c     ngx_http_status_t         *status;
status            384 http/modules/ngx_http_scgi_module.c     status = ngx_pcalloc(r->pool, sizeof(ngx_http_status_t));
status            385 http/modules/ngx_http_scgi_module.c     if (status == NULL) {
status            389 http/modules/ngx_http_scgi_module.c     ngx_http_set_ctx(r, status, ngx_http_scgi_module);
status            766 http/modules/ngx_http_scgi_module.c     ngx_http_status_t  *status;
status            768 http/modules/ngx_http_scgi_module.c     status = ngx_http_get_module_ctx(r, ngx_http_scgi_module);
status            770 http/modules/ngx_http_scgi_module.c     if (status == NULL) {
status            774 http/modules/ngx_http_scgi_module.c     status->code = 0;
status            775 http/modules/ngx_http_scgi_module.c     status->count = 0;
status            776 http/modules/ngx_http_scgi_module.c     status->start = NULL;
status            777 http/modules/ngx_http_scgi_module.c     status->end = NULL;
status            790 http/modules/ngx_http_scgi_module.c     ngx_http_status_t    *status;
status            793 http/modules/ngx_http_scgi_module.c     status = ngx_http_get_module_ctx(r, ngx_http_scgi_module);
status            795 http/modules/ngx_http_scgi_module.c     if (status == NULL) {
status            801 http/modules/ngx_http_scgi_module.c     rc = ngx_http_parse_status_line(r, &u->buffer, status);
status            817 http/modules/ngx_http_scgi_module.c         u->state->status = status->code;
status            820 http/modules/ngx_http_scgi_module.c     u->headers_in.status_n = status->code;
status            822 http/modules/ngx_http_scgi_module.c     len = status->end - status->start;
status            830 http/modules/ngx_http_scgi_module.c     ngx_memcpy(u->headers_in.status_line.data, status->start, len);
status            846 http/modules/ngx_http_scgi_module.c     ngx_int_t                       rc, status;
status            918 http/modules/ngx_http_scgi_module.c             if (u->headers_in.status) {
status            919 http/modules/ngx_http_scgi_module.c                 status_line = &u->headers_in.status->value;
status            921 http/modules/ngx_http_scgi_module.c                 status = ngx_atoi(status_line->data, 3);
status            922 http/modules/ngx_http_scgi_module.c                 if (status == NGX_ERROR) {
status            930 http/modules/ngx_http_scgi_module.c                 u->headers_in.status_n = status;
status            948 http/modules/ngx_http_scgi_module.c                 u->state->status = u->headers_in.status_n;
status            208 http/modules/ngx_http_static_module.c     r->headers_out.status = NGX_HTTP_OK;
status             81 http/modules/ngx_http_stub_status_module.c         r->headers_out.status = NGX_HTTP_OK;
status            120 http/modules/ngx_http_stub_status_module.c     r->headers_out.status = NGX_HTTP_OK;
status            402 http/modules/ngx_http_uwsgi_module.c     ngx_http_status_t          *status;
status            417 http/modules/ngx_http_uwsgi_module.c     status = ngx_pcalloc(r->pool, sizeof(ngx_http_status_t));
status            418 http/modules/ngx_http_uwsgi_module.c     if (status == NULL) {
status            422 http/modules/ngx_http_uwsgi_module.c     ngx_http_set_ctx(r, status, ngx_http_uwsgi_module);
status            817 http/modules/ngx_http_uwsgi_module.c     ngx_http_status_t  *status;
status            819 http/modules/ngx_http_uwsgi_module.c     status = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module);
status            821 http/modules/ngx_http_uwsgi_module.c     if (status == NULL) {
status            825 http/modules/ngx_http_uwsgi_module.c     status->code = 0;
status            826 http/modules/ngx_http_uwsgi_module.c     status->count = 0;
status            827 http/modules/ngx_http_uwsgi_module.c     status->start = NULL;
status            828 http/modules/ngx_http_uwsgi_module.c     status->end = NULL;
status            841 http/modules/ngx_http_uwsgi_module.c     ngx_http_status_t     *status;
status            844 http/modules/ngx_http_uwsgi_module.c     status = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module);
status            846 http/modules/ngx_http_uwsgi_module.c     if (status == NULL) {
status            852 http/modules/ngx_http_uwsgi_module.c     rc = ngx_http_parse_status_line(r, &u->buffer, status);
status            867 http/modules/ngx_http_uwsgi_module.c         u->state->status = status->code;
status            870 http/modules/ngx_http_uwsgi_module.c     u->headers_in.status_n = status->code;
status            872 http/modules/ngx_http_uwsgi_module.c     len = status->end - status->start;
status            880 http/modules/ngx_http_uwsgi_module.c     ngx_memcpy(u->headers_in.status_line.data, status->start, len);
status            896 http/modules/ngx_http_uwsgi_module.c     ngx_int_t                       rc, status;
status            968 http/modules/ngx_http_uwsgi_module.c             if (u->headers_in.status) {
status            969 http/modules/ngx_http_uwsgi_module.c                 status_line = &u->headers_in.status->value;
status            971 http/modules/ngx_http_uwsgi_module.c                 status = ngx_atoi(status_line->data, 3);
status            972 http/modules/ngx_http_uwsgi_module.c                 if (status == NGX_ERROR) {
status            980 http/modules/ngx_http_uwsgi_module.c                 u->headers_in.status_n = status;
status            998 http/modules/ngx_http_uwsgi_module.c                 u->state->status = u->headers_in.status_n;
status            174 http/modules/ngx_http_xslt_filter_module.c     if (r->headers_out.status == NGX_HTTP_NOT_MODIFIED) {
status            672 http/modules/perl/ngx_http_perl_module.c     int                n, status;
status            681 http/modules/perl/ngx_http_perl_module.c     status = 0;
status            709 http/modules/perl/ngx_http_perl_module.c             status = POPi;
status            712 http/modules/perl/ngx_http_perl_module.c                            "call_sv: %d", status);
status            752 http/modules/perl/ngx_http_perl_module.c         status = NGX_OK;
status            759 http/modules/perl/ngx_http_perl_module.c     return (ngx_int_t) status;
status             82 http/ngx_http.h     ngx_http_status_t *status);
status             28 http/ngx_http_cache.h     ngx_uint_t                       status;
status            135 http/ngx_http_cache.h time_t ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status);
status           1755 http/ngx_http_core_module.c ngx_http_send_response(ngx_http_request_t *r, ngx_uint_t status,
status           1763 http/ngx_http_core_module.c     r->headers_out.status = status;
status           1765 http/ngx_http_core_module.c     if (status == NGX_HTTP_NO_CONTENT) {
status           1774 http/ngx_http_core_module.c     if (status >= NGX_HTTP_MOVED_PERMANENTLY && status <= NGX_HTTP_SEE_OTHER) {
status           1785 http/ngx_http_core_module.c         return status;
status           1832 http/ngx_http_core_module.c         r->headers_out.status = r->err_status;
status           4082 http/ngx_http_core_module.c         err->status = ngx_atoi(value[i].data, value[i].len);
status           4084 http/ngx_http_core_module.c         if (err->status == NGX_ERROR || err->status == 499) {
status           4090 http/ngx_http_core_module.c         if (err->status < 300 || err->status > 599) {
status           4100 http/ngx_http_core_module.c             switch (err->status) {
status            269 http/ngx_http_core_module.h     ngx_int_t                  status;
status            464 http/ngx_http_core_module.h ngx_int_t ngx_http_send_response(ngx_http_request_t *r, ngx_uint_t status,
status           1484 http/ngx_http_file_cache.c ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status)
status           1496 http/ngx_http_file_cache.c         if (valid[i].status == 0) {
status           1500 http/ngx_http_file_cache.c         if (valid[i].status == status) {
status           1694 http/ngx_http_file_cache.c     ngx_uint_t                i, n, status;
status           1726 http/ngx_http_file_cache.c             v->status = statuses[i];
status           1737 http/ngx_http_file_cache.c             status = 0;
status           1741 http/ngx_http_file_cache.c             status = ngx_atoi(value[i].data, value[i].len);
status           1742 http/ngx_http_file_cache.c             if (status < 100) {
status           1754 http/ngx_http_file_cache.c         v->status = status;
status            160 http/ngx_http_header_filter_module.c     ngx_uint_t                 status, i, port;
status            192 http/ngx_http_header_filter_module.c         if (r->headers_out.status != NGX_HTTP_OK
status            193 http/ngx_http_header_filter_module.c             && r->headers_out.status != NGX_HTTP_PARTIAL_CONTENT
status            194 http/ngx_http_header_filter_module.c             && r->headers_out.status != NGX_HTTP_NOT_MODIFIED)
status            211 http/ngx_http_header_filter_module.c         status = 0;
status            216 http/ngx_http_header_filter_module.c         status = r->headers_out.status;
status            218 http/ngx_http_header_filter_module.c         if (status >= NGX_HTTP_OK
status            219 http/ngx_http_header_filter_module.c             && status < NGX_HTTP_LAST_LEVEL_200)
status            223 http/ngx_http_header_filter_module.c             if (status == NGX_HTTP_NO_CONTENT) {
status            232 http/ngx_http_header_filter_module.c             status -= NGX_HTTP_OK;
status            233 http/ngx_http_header_filter_module.c             status_line = &ngx_http_status_lines[status];
status            234 http/ngx_http_header_filter_module.c             len += ngx_http_status_lines[status].len;
status            236 http/ngx_http_header_filter_module.c         } else if (status >= NGX_HTTP_MOVED_PERMANENTLY
status            237 http/ngx_http_header_filter_module.c                    && status < NGX_HTTP_LAST_LEVEL_300)
status            241 http/ngx_http_header_filter_module.c             if (status == NGX_HTTP_NOT_MODIFIED) {
status            245 http/ngx_http_header_filter_module.c             status = status - NGX_HTTP_MOVED_PERMANENTLY + NGX_HTTP_LEVEL_200;
status            246 http/ngx_http_header_filter_module.c             status_line = &ngx_http_status_lines[status];
status            247 http/ngx_http_header_filter_module.c             len += ngx_http_status_lines[status].len;
status            249 http/ngx_http_header_filter_module.c         } else if (status >= NGX_HTTP_BAD_REQUEST
status            250 http/ngx_http_header_filter_module.c                    && status < NGX_HTTP_LAST_LEVEL_400)
status            253 http/ngx_http_header_filter_module.c             status = status - NGX_HTTP_BAD_REQUEST
status            257 http/ngx_http_header_filter_module.c             status_line = &ngx_http_status_lines[status];
status            258 http/ngx_http_header_filter_module.c             len += ngx_http_status_lines[status].len;
status            260 http/ngx_http_header_filter_module.c         } else if (status >= NGX_HTTP_INTERNAL_SERVER_ERROR
status            261 http/ngx_http_header_filter_module.c                    && status < NGX_HTTP_LAST_LEVEL_500)
status            264 http/ngx_http_header_filter_module.c             status = status - NGX_HTTP_INTERNAL_SERVER_ERROR
status            269 http/ngx_http_header_filter_module.c             status_line = &ngx_http_status_lines[status];
status            270 http/ngx_http_header_filter_module.c             len += ngx_http_status_lines[status].len;
status            451 http/ngx_http_header_filter_module.c         b->last = ngx_sprintf(b->last, "%ui", status);
status           1322 http/ngx_http_parse.c     ngx_http_status_t *status)
status           1454 http/ngx_http_parse.c             status->code = status->code * 10 + ch - '0';
status           1456 http/ngx_http_parse.c             if (++status->count == 3) {
status           1458 http/ngx_http_parse.c                 status->start = p - 2;
status           1496 http/ngx_http_parse.c             status->end = p - 1;
status           1515 http/ngx_http_parse.c     if (status->end == NULL) {
status           1516 http/ngx_http_parse.c         status->end = p;
status           2070 http/ngx_http_request.c     if (rc > 0 && (mr->headers_out.status == 0 || mr->connection->sent == 0)) {
status           2071 http/ngx_http_request.c         mr->headers_out.status = rc;
status           2962 http/ngx_http_request.c     if (rc > 0 && (r->headers_out.status == 0 || r->connection->sent == 0)) {
status           2963 http/ngx_http_request.c         r->headers_out.status = rc;
status            237 http/ngx_http_request.h     ngx_uint_t                        status;
status            968 http/ngx_http_script.c         e->status = NGX_HTTP_INTERNAL_SERVER_ERROR;
status            993 http/ngx_http_script.c     if (code->status) {
status            994 http/ngx_http_script.c         e->status = code->status;
status           1055 http/ngx_http_script.c         e->status = NGX_HTTP_INTERNAL_SERVER_ERROR;
status           1112 http/ngx_http_script.c             e->status = NGX_HTTP_INTERNAL_SERVER_ERROR;
status           1158 http/ngx_http_script.c             e->status = NGX_HTTP_INTERNAL_SERVER_ERROR;
status           1343 http/ngx_http_script.c         e->status = NGX_HTTP_INTERNAL_SERVER_ERROR;
status           1363 http/ngx_http_script.c     if (code->status < NGX_HTTP_BAD_REQUEST
status           1367 http/ngx_http_script.c         e->status = ngx_http_send_response(e->request, code->status, NULL,
status           1370 http/ngx_http_script.c         e->status = code->status;
status           1630 http/ngx_http_script.c         e->status = NGX_HTTP_INTERNAL_SERVER_ERROR;
status             33 http/ngx_http_script.h     ngx_int_t                   status;
status            120 http/ngx_http_script.h     uintptr_t                   status;
status            161 http/ngx_http_script.h     uintptr_t                   status;
status            401 http/ngx_http_special_response.c             if (err_page[i].status == error) {
status            511 http/ngx_http_special_response.c     ngx_memzero(&r->headers_out.status,
status            513 http/ngx_http_special_response.c                     - offsetof(ngx_http_headers_out_t, status));
status            143 http/ngx_http_upstream.c                  offsetof(ngx_http_upstream_headers_in_t, status),
status           1642 http/ngx_http_upstream.c     ngx_uint_t                 status;
status           1645 http/ngx_http_upstream.c     status = u->headers_in.status_n;
status           1647 http/ngx_http_upstream.c     for (un = ngx_http_upstream_next_errors; un->status; un++) {
status           1649 http/ngx_http_upstream.c         if (status != un->status) {
status           1687 http/ngx_http_upstream.c     ngx_int_t                  status;
status           1693 http/ngx_http_upstream.c     status = u->headers_in.status_n;
status           1695 http/ngx_http_upstream.c     if (status == NGX_HTTP_NOT_FOUND && u->conf->intercept_404) {
status           1713 http/ngx_http_upstream.c         if (err_page[i].status == status) {
status           1715 http/ngx_http_upstream.c             if (status == NGX_HTTP_UNAUTHORIZED
status           1736 http/ngx_http_upstream.c                 valid = ngx_http_file_cache_valid(u->conf->cache_valid, status);
status           1740 http/ngx_http_upstream.c                     r->cache->error = status;
status           1746 http/ngx_http_upstream.c             ngx_http_upstream_finalize_request(r, u, status);
status           1913 http/ngx_http_upstream.c     r->headers_out.status = u->headers_in.status_n;
status           2789 http/ngx_http_upstream.c     ngx_uint_t  status, state;
status           2814 http/ngx_http_upstream.c         status = 0;
status           2820 http/ngx_http_upstream.c             status = NGX_HTTP_GATEWAY_TIME_OUT;
status           2824 http/ngx_http_upstream.c             status = NGX_HTTP_INTERNAL_SERVER_ERROR;
status           2828 http/ngx_http_upstream.c             status = NGX_HTTP_NOT_FOUND;
status           2837 http/ngx_http_upstream.c             status = NGX_HTTP_BAD_GATEWAY;
status           2847 http/ngx_http_upstream.c     if (status) {
status           2848 http/ngx_http_upstream.c         u->state->status = status;
status           2871 http/ngx_http_upstream.c             ngx_http_upstream_finalize_request(r, u, status);
status           3738 http/ngx_http_upstream.c         if (state[i].status) {
status           3739 http/ngx_http_upstream.c             p = ngx_sprintf(p, "%ui", state[i].status);
status           3804 http/ngx_http_upstream.c         if (state[i].status) {
status             53 http/ngx_http_upstream.h     ngx_uint_t                       status;
status            201 http/ngx_http_upstream.h     ngx_table_elt_t                 *status;
status            317 http/ngx_http_upstream.h     ngx_uint_t                      status;
status            443 os/unix/ngx_process.c     int              status;
status            453 os/unix/ngx_process.c         pid = waitpid(-1, &status, WNOHANG);
status            511 os/unix/ngx_process.c                 ngx_processes[i].status = status;
status            518 os/unix/ngx_process.c         if (WTERMSIG(status)) {
status            522 os/unix/ngx_process.c                           process, pid, WTERMSIG(status),
status            523 os/unix/ngx_process.c                           WCOREDUMP(status) ? " (core dumped)" : "");
status            527 os/unix/ngx_process.c                           process, pid, WTERMSIG(status));
status            533 os/unix/ngx_process.c                           process, pid, WEXITSTATUS(status));
status            536 os/unix/ngx_process.c         if (WEXITSTATUS(status) == 2 && ngx_processes[i].respawn) {
status            540 os/unix/ngx_process.c                           process, pid, WEXITSTATUS(status));
status             22 os/unix/ngx_process.h     int                 status;