Lines Matching defs:flush_
168 int flush_ = 0;
200 BrotliEncoderOperation flush_ = BROTLI_OPERATION_PROCESS;
775 err_ = deflate(&strm_, flush_);
825 err_ = inflate(&strm_, flush_);
838 err_ = inflate(&strm_, flush_);
857 err_ = inflate(&strm_, flush_);
876 flush_ = flush;
900 if (strm_.avail_out != 0 && flush_ == Z_FINISH) {
987 flush_ = Z_NO_FLUSH;
1112 flush_ = static_cast<BrotliEncoderOperation>(flush);
1128 flush_,
1245 } else if (flush_ == BROTLI_OPERATION_FINISH &&