error             151 core/ngx_connection.h     unsigned            error:1;
error              23 event/ngx_event.h     int              error;
error              64 event/ngx_event.h     unsigned         error:1;
error             663 event/ngx_event_openssl.c     c->read->error = 1;
error             748 event/ngx_event_openssl.c         c->read->error = 1;
error             804 event/ngx_event_openssl.c             c->read->error = 1;
error            1142 event/ngx_event_openssl.c     c->write->error = 1;
error              64 event/ngx_event_pipe.c         flags = (rev->eof || rev->error) ? NGX_CLOSE_EVENT : 0;
error             157 event/ngx_event_pipe.c                     p->upstream->read->error = 1;
error            2057 http/modules/ngx_http_ssi_filter_module.c     if (rc == NGX_ERROR || r->connection->error || r->request_output) {
error             342 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->error = ngx_http_xslt_sax_error;
error             121 http/ngx_http.h     ngx_int_t error);
error             123 http/ngx_http.h     ngx_module_t *m, ngx_int_t error);
error              43 http/ngx_http_cache.h     unsigned                         error:10;
error              73 http/ngx_http_cache.h     ngx_uint_t                       error;
error            1855 http/ngx_http_core_module.c         c->error = 1;
error             281 http/ngx_http_file_cache.c         if (c->error) {
error             282 http/ngx_http_file_cache.c             return c->error;
error             523 http/ngx_http_file_cache.c         if (fcn->error) {
error             592 http/ngx_http_file_cache.c     fcn->error = 0;
error             606 http/ngx_http_file_cache.c     c->error = fcn->error;
error             931 http/ngx_http_file_cache.c     if (c->error) {
error             932 http/ngx_http_file_cache.c         fcn->error = c->error;
error             981 http/ngx_http_file_cache.c                       "stalled cache updating, error:%ui", c->error);
error            1443 http/ngx_http_file_cache.c         fcn->error = 0;
error              52 http/ngx_http_request.c static void ngx_http_close_request(ngx_http_request_t *r, ngx_int_t error);
error              53 http/ngx_http_request.c static void ngx_http_free_request(ngx_http_request_t *r, ngx_int_t error);
error            1161 http/ngx_http_request.c         c->error = 1;
error            1884 http/ngx_http_request.c         c->error = 1;
error            1902 http/ngx_http_request.c         || c->error)
error            2327 http/ngx_http_request.c         c->error = 1;
error            2339 http/ngx_http_request.c         c->error = 1;
error            2349 http/ngx_http_request.c             c->error = 1;
error            2369 http/ngx_http_request.c         rev->error = 1;
error             308 http/ngx_http_request_body.c                 c->error = 1;
error             504 http/ngx_http_request_body.c         c->error = 1;
error             535 http/ngx_http_request_body.c         c->error = 1;
error             582 http/ngx_http_request_body.c             r->connection->error = 1;
error             353 http/ngx_http_special_response.c ngx_http_special_response_handler(ngx_http_request_t *r, ngx_int_t error)
error             361 http/ngx_http_special_response.c                    error, &r->uri, &r->args);
error             363 http/ngx_http_special_response.c     r->err_status = error;
error             366 http/ngx_http_special_response.c         switch (error) {
error             379 http/ngx_http_special_response.c         switch (error) {
error             401 http/ngx_http_special_response.c             if (err_page[i].status == error) {
error             410 http/ngx_http_special_response.c         error = NGX_HTTP_INTERNAL_SERVER_ERROR;
error             415 http/ngx_http_special_response.c         && (error == NGX_HTTP_MOVED_PERMANENTLY
error             416 http/ngx_http_special_response.c             || error == NGX_HTTP_MOVED_TEMPORARILY))
error             421 http/ngx_http_special_response.c     if (error == NGX_HTTP_CREATED) {
error             426 http/ngx_http_special_response.c     } else if (error == NGX_HTTP_NO_CONTENT) {
error             430 http/ngx_http_special_response.c     } else if (error >= NGX_HTTP_MOVED_PERMANENTLY
error             431 http/ngx_http_special_response.c                && error < NGX_HTTP_LAST_LEVEL_300)
error             434 http/ngx_http_special_response.c         err = error - NGX_HTTP_MOVED_PERMANENTLY + NGX_HTTP_LEVEL_200;
error             436 http/ngx_http_special_response.c     } else if (error >= NGX_HTTP_BAD_REQUEST
error             437 http/ngx_http_special_response.c                && error < NGX_HTTP_LAST_LEVEL_400)
error             440 http/ngx_http_special_response.c         err = error - NGX_HTTP_BAD_REQUEST + NGX_HTTP_LEVEL_200
error             443 http/ngx_http_special_response.c     } else if (error >= NGX_HTTP_NGINX_CODES
error             444 http/ngx_http_special_response.c                && error < NGX_HTTP_LAST_LEVEL_500)
error             447 http/ngx_http_special_response.c         err = error - NGX_HTTP_NGINX_CODES + NGX_HTTP_LEVEL_200
error             450 http/ngx_http_special_response.c         switch (error) {
error             470 http/ngx_http_special_response.c     ngx_int_t error)
error             492 http/ngx_http_special_response.c     rc = ngx_http_special_response_handler(r, error);
error             942 http/ngx_http_upstream.c     if (c->error) {
error             971 http/ngx_http_upstream.c         c->error = 1;
error             974 http/ngx_http_upstream.c             ev->error = 1;
error            1031 http/ngx_http_upstream.c         ev->error = 1;
error            1038 http/ngx_http_upstream.c     c->error = 1;
error            1740 http/ngx_http_upstream.c                     r->cache->error = status;
error            2031 http/ngx_http_upstream.c             c->error = 1;
error            2394 http/ngx_http_upstream.c                     || upstream->read->error)
error            2841 http/ngx_http_upstream.c     if (r->connection->error) {
error            3006 http/ngx_http_upstream.c                 r->cache->error = rc;
error              58 http/ngx_http_write_filter_module.c     if (c->error) {
error             244 http/ngx_http_write_filter_module.c         c->error = 1;
error              49 os/unix/ngx_aio_read.c             rev->error = 1;
error              65 os/unix/ngx_aio_read.c         rev->error = 1;
error              80 os/unix/ngx_aio_read.c         rev->error = 1;
error              90 os/unix/ngx_aio_read.c         rev->error = 1;
error              60 os/unix/ngx_aio_write.c         wev->error = 1;
error              75 os/unix/ngx_aio_write.c         wev->error = 1;
error              96 os/unix/ngx_aio_write.c         wev->error = 1;
error              65 os/unix/ngx_darwin_sendfile_chain.c         wev->error = 1;
error             249 os/unix/ngx_darwin_sendfile_chain.c                     wev->error = 1;
error             295 os/unix/ngx_darwin_sendfile_chain.c                     wev->error = 1;
error              67 os/unix/ngx_freebsd_sendfile_chain.c         wev->error = 1;
error             235 os/unix/ngx_freebsd_sendfile_chain.c                         wev->error = 1;
error             291 os/unix/ngx_freebsd_sendfile_chain.c                     wev->error = 1;
error             341 os/unix/ngx_freebsd_sendfile_chain.c                     wev->error = 1;
error             172 os/unix/ngx_linux_sendfile_chain.c                         wev->error = 1;
error             197 os/unix/ngx_linux_sendfile_chain.c                         wev->error = 1;
error             275 os/unix/ngx_linux_sendfile_chain.c                     wev->error = 1;
error             305 os/unix/ngx_linux_sendfile_chain.c                     wev->error = 1;
error              43 os/unix/ngx_readv_chain.c                     rev->error = 1;
error             162 os/unix/ngx_readv_chain.c         c->read->error = 1;
error             251 os/unix/ngx_readv_chain.c         c->read->error = 1;
error              34 os/unix/ngx_recv.c                     rev->error = 1;
error             117 os/unix/ngx_recv.c         rev->error = 1;
error             173 os/unix/ngx_recv.c         rev->error = 1;
error              26 os/unix/ngx_send.c         wev->error = 1;
error              67 os/unix/ngx_send.c             wev->error = 1;
error             180 os/unix/ngx_solaris_sendfilev_chain.c                 wev->error = 1;
error              64 os/unix/ngx_udp_recv.c         rev->error = 1;
error             108 os/unix/ngx_udp_recv.c         rev->error = 1;
error              43 os/unix/ngx_writev_chain.c         wev->error = 1;
error             122 os/unix/ngx_writev_chain.c                 wev->error = 1;