upstream_eof      106 event/ngx_event_pipe.c     if (p->upstream_eof || p->upstream_error || p->upstream_done) {
upstream_eof      115 event/ngx_event_pipe.c         if (p->upstream_eof || p->upstream_error || p->upstream_done) {
upstream_eof      153 event/ngx_event_pipe.c                 p->upstream_eof = 1;
upstream_eof      159 event/ngx_event_pipe.c                     p->upstream_eof = 0;
upstream_eof      298 event/ngx_event_pipe.c                 p->upstream_eof = 1;
upstream_eof      397 event/ngx_event_pipe.c     if ((p->upstream_eof || p->upstream_error) && p->free_raw_bufs) {
upstream_eof      448 event/ngx_event_pipe.c         if (p->upstream_eof || p->upstream_error || p->upstream_done) {
upstream_eof       55 event/ngx_event_pipe.h     unsigned           upstream_eof:1;
upstream_eof     2634 http/ngx_http_upstream.c             if (p->upstream_eof || p->upstream_done) {
upstream_eof     2665 http/ngx_http_upstream.c             } else if (p->upstream_eof) {
upstream_eof     2678 http/ngx_http_upstream.c         if (p->upstream_done || p->upstream_eof || p->upstream_error) {