Searched refs:BrotliDecoderStateInit (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/brotli/c/dec/ |
H A D | state.h | 344 BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s,
|
H A D | state.c | 18 BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s, in BrotliDecoderStateInit() function
|
H A D | decode.c | 89 if (!BrotliDecoderStateInit(state, alloc_func, free_func, opaque)) { in BrotliDecoderCreateInstance() 2045 if (!BrotliDecoderStateInit(&s, 0, 0, 0)) { in BrotliDecoderDecompress()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | state.h | 344 BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s,
|
H A D | state.c | 18 BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s, in BrotliDecoderStateInit() function
|
H A D | decode.c | 89 if (!BrotliDecoderStateInit(state, alloc_func, free_func, opaque)) { in BrotliDecoderCreateInstance() 2045 if (!BrotliDecoderStateInit(&s, 0, 0, 0)) { in BrotliDecoderDecompress()
|
Completed in 11 milliseconds