Home
last modified time | relevance | path

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

/external/brotli/dec/
Dstate.h24 BROTLI_STATE_UNINITED, enumerator
Dstate.c45 s->state = BROTLI_STATE_UNINITED; in BrotliDecoderStateInitWithCustomAllocators()
Ddecode.c1980 case BROTLI_STATE_UNINITED: in BrotliDecoderDecompressStream()
2334 return TO_BROTLI_BOOL(s->state != BROTLI_STATE_UNINITED || in BrotliDecoderIsUsed()