Lines Matching defs:deflateInit2

201 /* compression strategy; see deflateInit2() below for details */
344 deflateInit2 below.)
538 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
562 with deflateInit2() with this initialization, or at least in that case use 9
602 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
606 set to null if there is no error message. deflateInit2 does not perform any
616 function must be called immediately after deflateInit, deflateInit2 or
633 deflateInit or deflateInit2, a part of the dictionary may in effect be
635 provided in deflateInit or deflateInit2. Thus the strings most likely to be
710 interpretation of level and strategy is as in deflateInit2(). This can be
756 deflateTune() can be called after deflateInit() or deflateInit2(), and
765 deflateInit2(), and after deflateSetHeader(), if used. This would be used
798 deflate() call after a deflateInit2() or deflateReset(). bits must be less
811 stream is requested by deflateInit2(). deflateSetHeader() may be called
812 after deflateInit2() or deflateReset() and before the first call of
843 provided to deflateInit2() while compressing, or it must be equal to 15 if
844 deflateInit2() was not used. If a compressed stream with a larger window
861 above on the use in deflateInit2() applies to the magnitude of windowBits.
1312 as in "wb9F". (See the description of deflateInit2 for more information
1384 description of deflateInit2 for the meaning of these parameters. Previously
1814 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \