Searched refs:BrotliDecoderCreateInstance (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/brotli/go/cbrotli/ |
H A D | reader.go | 68 state: C.BrotliDecoderCreateInstance(nil, nil, nil), 158 state: C.BrotliDecoderCreateInstance(nil, nil, nil),
|
/third_party/skia/third_party/externals/brotli/c/fuzz/ |
H A D | decode_fuzzer.c | 29 BrotliDecoderState* state = BrotliDecoderCreateInstance(0, 0, 0); in LLVMFuzzerTestOneInput()
|
/third_party/libwebsockets/lib/roles/http/compression/brotli/ |
H A D | brotli.c | 42 ctx->u.br_de = BrotliDecoderCreateInstance(NULL, NULL, NULL); in lcs_init_compression_brotli()
|
/third_party/node/deps/brotli/c/include/brotli/ |
H A D | decode.h | 25 * Allocated and initialized with ::BrotliDecoderCreateInstance. 175 BROTLI_DEC_API BrotliDecoderState* BrotliDecoderCreateInstance(
|
/third_party/skia/third_party/externals/brotli/c/include/brotli/ |
H A D | decode.h | 25 * Allocated and initialized with ::BrotliDecoderCreateInstance. 175 BROTLI_DEC_API BrotliDecoderState* BrotliDecoderCreateInstance(
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotli_decoder.c | 62 ctx.decoder = BrotliDecoderCreateInstance(0, 0, 0); in main()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | decoder_jni.cc | 70 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.cc | 451 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 D | content_encoding.c | 656 bp->br = BrotliDecoderCreateInstance(NULL, NULL, NULL); in brotli_do_init()
|
/third_party/node/src/ |
H A D | node_zlib.cc | 1214 state_.reset(BrotliDecoderCreateInstance(alloc, free, opaque)); in Init()
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
H A D | brotli.c | 920 BrotliDecoderState* s = BrotliDecoderCreateInstance(NULL, NULL, NULL); in DecompressFiles()
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 77 BrotliDecoderState* BrotliDecoderCreateInstance( in BrotliDecoderCreateInstance() function
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 77 BrotliDecoderState* BrotliDecoderCreateInstance( in BrotliDecoderCreateInstance() function
|
Completed in 16 milliseconds