downstream         78 event/ngx_event_pipe.c     if (p->downstream->fd != -1 && p->downstream->data == p->output_ctx) {
downstream         79 event/ngx_event_pipe.c         wev = p->downstream->write;
downstream        203 event/ngx_event_pipe.c                        && p->downstream->data == p->output_ctx
downstream        204 event/ngx_event_pipe.c                        && p->downstream->write->ready
downstream        205 event/ngx_event_pipe.c                        && !p->downstream->write->delayed)
downstream        434 event/ngx_event_pipe.c     ngx_connection_t  *downstream;
downstream        436 event/ngx_event_pipe.c     downstream = p->downstream;
downstream        439 event/ngx_event_pipe.c                    "pipe write downstream: %d", downstream->write->ready);
downstream        513 event/ngx_event_pipe.c         if (downstream->data != p->output_ctx
downstream        514 event/ngx_event_pipe.c             || !downstream->write->ready
downstream        515 event/ngx_event_pipe.c             || downstream->write->delayed)
downstream         26 event/ngx_event_pipe.h     ngx_connection_t  *downstream;
downstream       2210 http/ngx_http_upstream.c     p->downstream = c;
downstream       2362 http/ngx_http_upstream.c     ngx_connection_t          *downstream, *upstream;
downstream       2367 http/ngx_http_upstream.c     downstream = r->connection;
downstream       2438 http/ngx_http_upstream.c     if (downstream->data == r) {
downstream       2439 http/ngx_http_upstream.c         if (ngx_handle_write_event(downstream->write, clcf->send_lowat)
downstream       2447 http/ngx_http_upstream.c     if (downstream->write->active && !downstream->write->ready) {
downstream       2448 http/ngx_http_upstream.c         ngx_add_timer(downstream->write, clcf->send_timeout);
downstream       2450 http/ngx_http_upstream.c     } else if (downstream->write->timer_set) {
downstream       2451 http/ngx_http_upstream.c         ngx_del_timer(downstream->write);