Searched refs:force_flush (Results 1 – 1 of 1) sorted by relevance
929 const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) { in EncodeData() argument1069 if (!is_last && !force_flush && !should_flush && in EncodeData()1607 BROTLI_BOOL force_flush = in BrotliEncoderCompressStreamFast() local1616 if (force_flush && block_size == 0) { in BrotliEncoderCompressStreamFast()1661 if (force_flush) s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED; in BrotliEncoderCompressStreamFast()1810 BROTLI_BOOL force_flush = TO_BROTLI_BOOL( in BrotliEncoderCompressStream() local1814 result = EncodeData(s, is_last, force_flush, in BrotliEncoderCompressStream()1817 if (force_flush) s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED; in BrotliEncoderCompressStream()