Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/c/dec/
Dstate.h140 BROTLI_STATE_DONE enumerator
Ddecode.c2525 s->state = BROTLI_STATE_DONE; in BrotliDecoderDecompressStream()
2528 case BROTLI_STATE_DONE: in BrotliDecoderDecompressStream()
2582 return TO_BROTLI_BOOL(s->state == BROTLI_STATE_DONE) && in BrotliDecoderIsFinished()
/third_party/node/deps/brotli/c/dec/
Dstate.h140 BROTLI_STATE_DONE enumerator
Ddecode.c2525 s->state = BROTLI_STATE_DONE; in BrotliDecoderDecompressStream()
2528 case BROTLI_STATE_DONE: in BrotliDecoderDecompressStream()
2582 return TO_BROTLI_BOOL(s->state == BROTLI_STATE_DONE) && in BrotliDecoderIsFinished()