Lines Matching refs:flush_
167 int flush_ = 0; member in node::__anon304b32780111::ZlibContext
199 BrotliEncoderOperation flush_ = BROTLI_OPERATION_PROCESS; member in node::__anon304b32780111::BrotliContext
768 err_ = deflate(&strm_, flush_); in DoThreadPoolWork()
818 err_ = inflate(&strm_, flush_); in DoThreadPoolWork()
831 err_ = inflate(&strm_, flush_); in DoThreadPoolWork()
850 err_ = inflate(&strm_, flush_); in DoThreadPoolWork()
869 flush_ = flush; in SetFlush()
893 if (strm_.avail_out != 0 && flush_ == Z_FINISH) { in GetErrorInfo()
980 flush_ = Z_NO_FLUSH; in Init()
1105 flush_ = static_cast<BrotliEncoderOperation>(flush); in SetFlush()
1121 flush_, in DoThreadPoolWork()
1238 } else if (flush_ == BROTLI_OPERATION_FINISH && in GetErrorInfo()