Searched refs:BrotliDecoderCreateInstance (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/brotli/dist/c/include/brotli/
H A Ddecode.h25 * Allocated and initialized with ::BrotliDecoderCreateInstance.
175 BROTLI_DEC_API BrotliDecoderState* BrotliDecoderCreateInstance(
/xsrc/external/mit/brotli/dist/python/
H A D_brotli.cc451 self->dec = BrotliDecoderCreateInstance(0, 0, 0);
662 BrotliDecoderState* state = BrotliDecoderCreateInstance(0, 0, 0);
/xsrc/external/mit/brotli/dist/c/tools/
H A Dbrotli.c920 BrotliDecoderState* s = BrotliDecoderCreateInstance(NULL, NULL, NULL);
/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c77 BrotliDecoderState* BrotliDecoderCreateInstance( function in typeref:typename:BrotliDecoderState *

Completed in 8 milliseconds