Lines Matching refs:force_flush
953 data. If |is_last| or |force_flush| is BROTLI_TRUE, an output meta-block is
962 const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) {
1110 if (!is_last && !force_flush && !should_flush &&
1653 BROTLI_BOOL force_flush =
1662 if (force_flush && block_size == 0) {
1709 if (force_flush) s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED;
1870 BROTLI_BOOL force_flush = TO_BROTLI_BOOL(
1876 force_flush = BROTLI_TRUE;
1879 result = EncodeData(s, is_last, force_flush,
1882 if (force_flush) s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED;