Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.h237 BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s,
Dstate.c18 BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s, in BrotliDecoderStateInit() function
Ddecode.c88 if (!BrotliDecoderStateInit(state, alloc_func, free_func, opaque)) { in BrotliDecoderCreateInstance()
1963 if (!BrotliDecoderStateInit(&s, 0, 0, 0)) { in BrotliDecoderDecompress()