Lines Matching defs:deflateInit2
203 /* compression strategy; see deflateInit2() below for details */
346 deflateInit2 below.)
541 ZEXTERN int ZEXPORT deflateInit2(z_streamp strm,
565 with deflateInit2() with this initialization, or at least in that case use 9
605 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
609 set to null if there is no error message. deflateInit2 does not perform any
619 function must be called immediately after deflateInit, deflateInit2 or
636 deflateInit or deflateInit2, a part of the dictionary may in effect be
638 provided in deflateInit or deflateInit2. Thus the strings most likely to be
713 interpretation of level and strategy is as in deflateInit2(). This can be
759 deflateTune() can be called after deflateInit() or deflateInit2(), and
768 deflateInit2(), and after deflateSetHeader(), if used. This would be used
801 deflate() call after a deflateInit2() or deflateReset(). bits must be less
814 stream is requested by deflateInit2(). deflateSetHeader() may be called
815 after deflateInit2() or deflateReset() and before the first call of
847 provided to deflateInit2() while compressing, or it must be equal to 15 if
848 deflateInit2() was not used. If a compressed stream with a larger window
865 above on the use in deflateInit2() applies to the magnitude of windowBits.
1317 as in "wb9F". (See the description of deflateInit2 for more information
1389 description of deflateInit2 for the meaning of these parameters. Previously
1821 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \