• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:with +full:- +full:brotli

1 .TH "decode.h" 3 "Thu Feb 22 2018" "Brotli" \" -*- nroff -*-
5 decode.h \- API for Brotli decompression\&.
28 .RI "\fIOptions to be used with \fBBrotliDecoderSetParameter\fP\&. \fP"
45 .RI "\fIPerforms one-shot memory-to-memory decompression\&. \fP"
57 .RI "\fIConverts error code to a c-string\&. \fP"
89 API for Brotli decompression\&.
100 // Log Brotli error code\&.
110 default: LOG(FATAL) << "unknown brotli error code";
119 … in the range from \fBBROTLI_LAST_ERROR_CODE\fP to \fC-1\fP\&. There are also 4 other possible non
125 Options to be used with \fBBrotliDecoderSetParameter\fP\&.
129 …oder state\&. Allocated and initialized with \fBBrotliDecoderCreateInstance\fP\&. Cleaned up and d…
139 Options to be used with \fBBrotliDecoderSetParameter\fP\&.
148 Flag that determines if 'Large Window Brotli' is used\&.
164 Partially done; should be called again with more input\&.
167 Partially done; should be called again with more output\&.
173 …. The instance can be used once for decoding and should then be destroyed with \fBBrotliDecoderDes…
175 \fCalloc_func\fP and \fCfree_func\fP \fBMUST\fP be both zero or both non-zero\&. In the case they a…
197 Performs one-shot memory-to-memory decompression\&. Decompresses the data in \fCencoded_buffer\fP i…
203 \fIencoded_buffer\fP compressed data buffer with at least \fCencoded_size\fP addressable bytes
227 \fCtotal_out\fP, if it is not a null-pointer, will be set to the number of bytes decompressed since…
377 use \fBBrotliDecoderTakeOutput\fP to peek bytes and copy to language-specific entity
389 Decoder output is not guaranteed to be contiguous\&. This means that after the size-unrestricted ca…
415 Generated automatically by Doxygen for Brotli from the source code\&.