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

  /external/bsdiff/
brotli_decompressor.cc 39 BrotliDecoderResult result = BrotliDecoderDecompressStream(
  /external/brotli/c/include/brotli/
decode.h 43 } BrotliDecoderResult;
65 /* Same as BrotliDecoderResult values */ \
202 BROTLI_DEC_API BrotliDecoderResult BrotliDecoderDecompress(
246 BROTLI_DEC_API BrotliDecoderResult BrotliDecoderDecompressStream(
  /external/brotli/c/fuzz/
decode_fuzzer.c 40 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT;
  /external/brotli/research/
brotli_decoder.c 46 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT;
  /external/brotli/go/cbrotli/
reader.go 15 static BrotliDecoderResult DecompressStream(BrotliDecoderState* s,
22 BrotliDecoderResult result = BrotliDecoderDecompressStream(
  /external/brotli/java/org/brotli/wrapper/dec/
decoder_jni.cc 129 BrotliDecoderResult status = BrotliDecoderDecompressStream(
  /external/brotli/python/
_brotli.cc 406 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT;
664 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT;
  /external/brotli/c/dec/
decode.c 112 /* Saves error code and converts it to BrotliDecoderResult. */
113 static BROTLI_NOINLINE BrotliDecoderResult SaveErrorCode(
    [all...]
  /external/brotli/c/tools/
brotli.c 837 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT;
    [all...]
  /external/curl/lib/
content_encoding.c 653 BrotliDecoderResult r = BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT;
  /bootable/recovery/updater/
blockimg.cpp 427 BrotliDecoderResult result = BrotliDecoderDecompressStream(
    [all...]

Completed in 3330 milliseconds