flush              46 core/ngx_buf.h     unsigned         flush:1;
flush             126 core/ngx_buf.h     ((b->flush || b->last_buf || b->sync)                                    \
flush             131 core/ngx_buf.h      && !ngx_buf_in_memory(b) && !b->in_file && !b->flush && !b->last_buf)
flush             504 core/ngx_output_chain.c             dst->flush = src->flush;
flush             589 core/ngx_output_chain.c             dst->flush = src->flush;
flush             622 core/ngx_output_chain.c                        in->buf->flush, ngx_buf_size(in->buf));
flush             926 event/ngx_event_openssl.c     ngx_uint_t   flush;
flush             989 event/ngx_event_openssl.c     flush = (in == NULL) ? 1 : 0;
flush             994 event/ngx_event_openssl.c             if (in->buf->last_buf || in->buf->flush) {
flush             995 event/ngx_event_openssl.c                 flush = 1;
flush            1011 event/ngx_event_openssl.c                 flush = 1;
flush            1030 event/ngx_event_openssl.c         if (!flush && buf->last < buf->end && c->ssl->buffer) {
flush             432 event/ngx_event_pipe.c     ngx_uint_t         flush, flushed, prev_last_shadow;
flush             543 event/ngx_event_pipe.c             flush = 1;
flush             544 event/ngx_event_pipe.c             goto flush;
flush             547 event/ngx_event_pipe.c         flush = 0;
flush             558 event/ngx_event_pipe.c                     flush = 1;
flush             591 event/ngx_event_pipe.c                     flush = 1;
flush             617 event/ngx_event_pipe.c     flush:
flush             620 event/ngx_event_pipe.c                        "pipe write: out:%p, f:%d", out, flush);
flush             624 event/ngx_event_pipe.c             if (!flush) {
flush             713 http/modules/ngx_http_charset_filter_module.c                 b->flush = buf->flush;
flush             952 http/modules/ngx_http_charset_filter_module.c     b->flush = buf->flush;
flush            1009 http/modules/ngx_http_charset_filter_module.c         b->flush = buf->flush;
flush            1079 http/modules/ngx_http_charset_filter_module.c     b->flush = buf->flush;
flush             107 http/modules/ngx_http_chunked_filter_module.c         if (cl->buf->flush
flush              53 http/modules/ngx_http_gzip_filter_module.c     unsigned             flush:4;
flush             554 http/modules/ngx_http_gzip_filter_module.c         if (b->flush || b->last_buf || buffered > conf->postpone_gzipping) {
flush             619 http/modules/ngx_http_gzip_filter_module.c     ctx->flush = Z_NO_FLUSH;
flush             660 http/modules/ngx_http_gzip_filter_module.c     if (ctx->zstream.avail_in || ctx->flush != Z_NO_FLUSH || ctx->redo) {
flush             700 http/modules/ngx_http_gzip_filter_module.c         ctx->flush = Z_FINISH;
flush             702 http/modules/ngx_http_gzip_filter_module.c     } else if (ctx->in_buf->flush) {
flush             703 http/modules/ngx_http_gzip_filter_module.c         ctx->flush = Z_SYNC_FLUSH;
flush             711 http/modules/ngx_http_gzip_filter_module.c     } else if (ctx->flush == Z_NO_FLUSH) {
flush             768 http/modules/ngx_http_gzip_filter_module.c                  ctx->flush, ctx->redo);
flush             770 http/modules/ngx_http_gzip_filter_module.c     rc = deflate(&ctx->zstream, ctx->flush);
flush             774 http/modules/ngx_http_gzip_filter_module.c                       "deflate() failed: %d, %d", ctx->flush, rc);
flush             819 http/modules/ngx_http_gzip_filter_module.c     if (ctx->flush == Z_SYNC_FLUSH) {
flush             822 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf->flush = 1;
flush             823 http/modules/ngx_http_gzip_filter_module.c         ctx->flush = Z_NO_FLUSH;
flush            1049 http/modules/ngx_http_log_module.c     ngx_int_t           *flush;
flush            1165 http/modules/ngx_http_log_module.c                     flush = ngx_array_push(flushes);
flush            1166 http/modules/ngx_http_log_module.c                     if (flush == NULL) {
flush            1170 http/modules/ngx_http_log_module.c                     *flush = op->data; /* variable index */
flush             441 http/modules/ngx_http_memcached_module.c     cl->buf->flush = 1;
flush            1133 http/modules/ngx_http_proxy_module.c         b->flush = 1;
flush             781 http/modules/ngx_http_ssi_filter_module.c                 if (cmd->flush && ctx->out) {
flush             100 http/modules/ngx_http_ssi_filter_module.h     unsigned                  flush:1;
flush            2857 http/ngx_http_request.c         b->flush = 1;
flush            2497 http/ngx_http_upstream.c     cl->buf->flush = 1;
flush              50 http/ngx_http_write_filter_module.c     ngx_uint_t                 last, flush;
flush              63 http/ngx_http_write_filter_module.c     flush = 0;
flush             103 http/ngx_http_write_filter_module.c         if (cl->buf->flush || cl->buf->recycled) {
flush             104 http/ngx_http_write_filter_module.c             flush = 1;
flush             155 http/ngx_http_write_filter_module.c         if (cl->buf->flush || cl->buf->recycled) {
flush             156 http/ngx_http_write_filter_module.c             flush = 1;
flush             167 http/ngx_http_write_filter_module.c                    "http write filter: l:%d f:%d s:%O", last, flush, size);
flush             177 http/ngx_http_write_filter_module.c     if (!last && !flush && in && size < (off_t) clcf->postpone_output) {
flush             194 http/ngx_http_write_filter_module.c         if (flush) {