HomeSort by relevance Sort by last modified time
    Searched refs:BrotliDecoderCreateInstance (Results 1 - 10 of 10) sorted by null

  /external/bsdiff/
brotli_decompressor.cc 13 BrotliDecoderCreateInstance(nullptr, nullptr, nullptr);
  /external/brotli/c/fuzz/
decode_fuzzer.cc 24 BrotliDecoderState* state = BrotliDecoderCreateInstance(0, 0, 0);
  /external/brotli/c/include/brotli/
decode.h 25 * Allocated and initialized with ::BrotliDecoderCreateInstance.
170 BROTLI_DEC_API BrotliDecoderState* BrotliDecoderCreateInstance(
  /external/brotli/go/cbrotli/
reader.go 68 state: C.BrotliDecoderCreateInstance(nil, nil, nil),
155 state: C.BrotliDecoderCreateInstance(nil, nil, nil),
  /external/brotli/java/org/brotli/wrapper/dec/
decoder_jni.cc 69 handle->state = BrotliDecoderCreateInstance(nullptr, nullptr, nullptr);
  /external/brotli/python/
_brotli.cc 451 self->dec = BrotliDecoderCreateInstance(0, 0, 0);
662 BrotliDecoderState* state = BrotliDecoderCreateInstance(0, 0, 0);
  /external/brotli/c/tools/
brotli.c 686 BrotliDecoderState* s = BrotliDecoderCreateInstance(NULL, NULL, NULL);
  /external/curl/lib/
content_encoding.c 629 bp->br = BrotliDecoderCreateInstance(NULL, NULL, NULL);
  /bootable/recovery/updater/
blockimg.cpp     [all...]
  /external/brotli/c/dec/
decode.c 71 BrotliDecoderState* BrotliDecoderCreateInstance(
    [all...]

Completed in 277 milliseconds