Searched refs:BROTLI_STATE_DONE (Results 1 – 2 of 2) sorted by relevance
49 BROTLI_STATE_DONE enumerator
2423 s->state = BROTLI_STATE_DONE; in BrotliDecoderDecompressStream()2426 case BROTLI_STATE_DONE: in BrotliDecoderDecompressStream()2480 return TO_BROTLI_BOOL(s->state == BROTLI_STATE_DONE) && in BrotliDecoderIsFinished()