Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dreader.go68 state: C.BrotliDecoderCreateInstance(nil, nil, nil),
158 state: C.BrotliDecoderCreateInstance(nil, nil, nil),
/third_party/skia/third_party/externals/brotli/c/fuzz/
H A Ddecode_fuzzer.c29 BrotliDecoderState* state = BrotliDecoderCreateInstance(0, 0, 0); in LLVMFuzzerTestOneInput()
/third_party/libwebsockets/lib/roles/http/compression/brotli/
H A Dbrotli.c42 ctx->u.br_de = BrotliDecoderCreateInstance(NULL, NULL, NULL); in lcs_init_compression_brotli()
/third_party/node/deps/brotli/c/include/brotli/
H A Ddecode.h25 * Allocated and initialized with ::BrotliDecoderCreateInstance.
175 BROTLI_DEC_API BrotliDecoderState* BrotliDecoderCreateInstance(
/third_party/skia/third_party/externals/brotli/c/include/brotli/
H A Ddecode.h25 * Allocated and initialized with ::BrotliDecoderCreateInstance.
175 BROTLI_DEC_API BrotliDecoderState* BrotliDecoderCreateInstance(
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotli_decoder.c62 ctx.decoder = BrotliDecoderCreateInstance(0, 0, 0); in main()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A Ddecoder_jni.cc70 handle->state = BrotliDecoderCreateInstance(nullptr, nullptr, nullptr); in Java_org_brotli_wrapper_dec_DecoderJNI_nativeCreate()
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc451 self->dec = BrotliDecoderCreateInstance(0, 0, 0); in brotli_Decompressor_new()
662 BrotliDecoderState* state = BrotliDecoderCreateInstance(0, 0, 0); in brotli_decompress()
/third_party/curl/lib/
H A Dcontent_encoding.c656 bp->br = BrotliDecoderCreateInstance(NULL, NULL, NULL); in brotli_do_init()
/third_party/node/src/
H A Dnode_zlib.cc1214 state_.reset(BrotliDecoderCreateInstance(alloc, free, opaque)); in Init()
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c920 BrotliDecoderState* s = BrotliDecoderCreateInstance(NULL, NULL, NULL); in DecompressFiles()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c77 BrotliDecoderState* BrotliDecoderCreateInstance( in BrotliDecoderCreateInstance() function
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c77 BrotliDecoderState* BrotliDecoderCreateInstance( in BrotliDecoderCreateInstance() function

Completed in 16 milliseconds