Home
last modified time | relevance | path

Searched refs:BROTLI_STREAM_FLUSH_REQUESTED (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/enc/
Dencode.c48 BROTLI_STREAM_FLUSH_REQUESTED = 1, enumerator
1527 if (s->stream_state_ == BROTLI_STREAM_FLUSH_REQUESTED && in InjectFlushOrPushOutput()
1550 if (s->stream_state_ == BROTLI_STREAM_FLUSH_REQUESTED && in CheckFlushComplete()
1617 s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED; in BrotliEncoderCompressStreamFast()
1661 if (force_flush) s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED; in BrotliEncoderCompressStreamFast()
1817 if (force_flush) s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED; in BrotliEncoderCompressStream()