Home
last modified time | relevance | path

Searched refs:BrotliDecoderResult (Results 1 – 9 of 9) sorted by relevance

/external/brotli/c/include/brotli/
Ddecode.h43 } BrotliDecoderResult; typedef
202 BROTLI_DEC_API BrotliDecoderResult BrotliDecoderDecompress(
246 BROTLI_DEC_API BrotliDecoderResult BrotliDecoderDecompressStream(
/external/brotli/c/fuzz/
Ddecode_fuzzer.c40 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT; in LLVMFuzzerTestOneInput()
/external/bsdiff/
Dbrotli_decompressor.cc39 BrotliDecoderResult result = BrotliDecoderDecompressStream( in Read()
/external/brotli/research/
Dbrotli_decoder.c46 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT; in main()
/external/brotli/java/org/brotli/wrapper/dec/
Ddecoder_jni.cc129 BrotliDecoderResult status = BrotliDecoderDecompressStream( in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
/external/brotli/python/
D_brotli.cc406 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT; in decompress_stream()
664 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT; in brotli_decompress()
/external/brotli/c/dec/
Ddecode.c113 static BROTLI_NOINLINE BrotliDecoderResult SaveErrorCode( in SaveErrorCode()
1953 BrotliDecoderResult BrotliDecoderDecompress( in BrotliDecoderDecompress()
1957 BrotliDecoderResult result; in BrotliDecoderDecompress()
1987 BrotliDecoderResult BrotliDecoderDecompressStream( in BrotliDecoderDecompressStream()
/external/curl/lib/
Dcontent_encoding.c653 BrotliDecoderResult r = BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT; in brotli_unencode_write()
/external/brotli/c/tools/
Dbrotli.c837 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT; in DecompressFile()