Constants§
- TDEFL_
COMPUTE_ ADLE R32 - Should we compute the adler32 checksum.
- TDEFL_
FILTER_ MATCHES - Only use matches that are at least 6 bytes long.
- TDEFL_
FORCE_ ALL_ RAW_ BLOCKS - Force the compressor to only output raw/uncompressed blocks.
- TDEFL_
FORCE_ ALL_ STATIC_ BLOCKS - Force the compressor to only output static blocks. (Blocks using the default huffman codes specified in the deflate specification.)
- TDEFL_
GREEDY_ PARSING_ FLAG - Should we use greedy parsing (as opposed to lazy parsing where look ahead one or more bytes to check for better matches.)
- TDEFL_
NONDETERMINISTIC_ PARSING_ FLAG - Used in miniz to skip zero-initializing hash and dict. We don’t do this here, so this flag is ignored.
- TDEFL_
RLE_ MATCHES - Only look for matches with a distance of 0.
- TDEFL_
WRITE_ ZLIB_ HEADER - Whether to use a zlib wrapper.