Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.h239 BROTLI_INTERNAL void BrotliDecoderStateCleanup(BrotliDecoderState* s);
Dstate.c137 void BrotliDecoderStateCleanup(BrotliDecoderState* s) { in BrotliDecoderStateCleanup() function
Ddecode.c107 BrotliDecoderStateCleanup(state); in BrotliDecoderDestroyInstance()
1969 BrotliDecoderStateCleanup(&s); in BrotliDecoderDecompress()