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

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h344 BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s,
H A Dstate.c18 BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s, function in typeref:typename:BROTLI_BOOL
H A Ddecode.c89 if (!BrotliDecoderStateInit(state, alloc_func, free_func, opaque)) {
2045 if (!BrotliDecoderStateInit(&s, 0, 0, 0)) {

Completed in 7 milliseconds