Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.h49 BROTLI_STATE_DONE enumerator
Ddecode.c2423 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()