Lines Matching defs:deflateInit2

225 /* compression strategy; see deflateInit2() below for details */
368 deflateInit2 below.)
562 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
587 with deflateInit2() with this initialization, or at least in that case use 9
627 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
631 set to null if there is no error message. deflateInit2 does not perform any
641 function must be called immediately after deflateInit, deflateInit2 or
658 deflateInit or deflateInit2, a part of the dictionary may in effect be
660 provided in deflateInit or deflateInit2. Thus the strings most likely to be
735 interpretation of level and strategy is as in deflateInit2(). This can be
780 deflateTune() can be called after deflateInit() or deflateInit2(), and
789 deflateInit2(), and after deflateSetHeader(), if used. This would be used
822 deflate() call after a deflateInit2() or deflateReset(). bits must be less
835 stream is requested by deflateInit2(). deflateSetHeader() may be called
836 after deflateInit2() or deflateReset() and before the first call of
867 provided to deflateInit2() while compressing, or it must be equal to 15 if
868 deflateInit2() was not used. If a compressed stream with a larger window
885 above on the use in deflateInit2() applies to the magnitude of windowBits.
1334 deflateInit2 for more information about the strategy parameter.) 'T' will
1406 of deflateInit2 for the meaning of these parameters. Previously provided
1821 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \