Lines Matching refs:deflateInit
218 This check is automatically made by deflateInit and inflateInit.
222 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
226 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
235 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
239 msg is set to null if there is no error message. deflateInit does not
306 Z_FINISH can be used immediately after deflateInit if all the compression
489 This is another version of deflateInit with more compression options. The
500 deflateInit is used instead.
546 immediately after deflateInit, deflateInit2 or deflateReset, before any
558 deflateInit or deflateInit2, a part of the dictionary may in effect be
599 This function is equivalent to deflateEnd followed by deflateInit,
642 deflateTune() can be called after deflateInit() or deflateInit2(), and
650 deflation of sourceLen bytes. It must be called after deflateInit()
1031 parameter has the same meaning as in deflateInit. sourceLen is the byte
1316 /* deflateInit and inflateInit are macros to allow checking the zlib version
1333 #define deflateInit(strm, level) \