Lines Matching defs:deflateInit2

201 /* compression strategy; see deflateInit2() below for details */
344 deflateInit2 below.)
539 ZEXTERN int ZEXPORT deflateInit2(z_streamp strm,
563 with deflateInit2() with this initialization, or at least in that case use 9
603 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
607 set to null if there is no error message. deflateInit2 does not perform any
617 function must be called immediately after deflateInit, deflateInit2 or
634 deflateInit or deflateInit2, a part of the dictionary may in effect be
636 provided in deflateInit or deflateInit2. Thus the strings most likely to be
711 interpretation of level and strategy is as in deflateInit2(). This can be
757 deflateTune() can be called after deflateInit() or deflateInit2(), and
766 deflateInit2(), and after deflateSetHeader(), if used. This would be used
799 deflate() call after a deflateInit2() or deflateReset(). bits must be less
812 stream is requested by deflateInit2(). deflateSetHeader() may be called
813 after deflateInit2() or deflateReset() and before the first call of
845 provided to deflateInit2() while compressing, or it must be equal to 15 if
846 deflateInit2() was not used. If a compressed stream with a larger window
863 above on the use in deflateInit2() applies to the magnitude of windowBits.
1315 as in "wb9F". (See the description of deflateInit2 for more information
1387 description of deflateInit2 for the meaning of these parameters. Previously
1817 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \