Lines Matching defs:deflate
603 /* miniz.c v1.15 - public domain deflate/inflate, zlib-subset, ZIP
725 deflateInit/deflateInit2/deflate/deflateReset/deflateEnd/deflateBound
730 Supports raw deflate streams or standard zlib streams with adler-32
1086 // window_bits must be MZ_DEFAULT_WINDOW_BITS (to wrap the deflate stream with
1087 // zlib header/adler-32 footer) or -MZ_DEFAULT_WINDOW_BITS (raw deflate/no
1124 // data that could be generated by deflate(), assuming flush is set to only
1147 // -MZ_DEFAULT_WINDOW_BITS (raw deflate).
1169 // MZ_DATA_ERROR if the deflate stream is invalid.
1242 #define deflate mz_deflate
1565 // input is a raw deflate stream.
1707 // the deflate data, and the Adler-32 of the source data at the end. Otherwise,
1708 // you'll get raw deflate data.
1719 // TDEFL_FORCE_ALL_RAW_BLOCKS: Only use raw (uncompressed) deflate blocks.
1907 // window_bits may be -15 (raw deflate) or 15 (zlib)
2500 // bit buffer contains >=15 bits (deflate's max. Huffman code size).
2522 // beyond the final byte of the deflate stream. (In other words, when this macro
2526 // important on raw deflate (non-zlib) streams, which aren't followed by a byte
5490 // compressed deflate data which inflates to 0 bytes, but these entries claim
5498 // This function only supports stored and deflate.
5697 // compressed deflate data which inflates to 0 bytes, but these entries claim
5705 // This function only supports stored and deflate.