Home | History | Annotate | Download | only in include

Lines Matching defs:deflateInit

219    This check is automatically made by deflateInit and inflateInit.
223 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
227 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
236 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
240 msg is set to null if there is no error message. deflateInit does not
307 Z_FINISH can be used immediately after deflateInit if all the compression
494 This is another version of deflateInit with more compression options. The
505 deflateInit is used instead.
551 immediately after deflateInit, deflateInit2 or deflateReset, before any
563 deflateInit or deflateInit2, a part of the dictionary may in effect be
604 This function is equivalent to deflateEnd followed by deflateInit,
647 deflateTune() can be called after deflateInit() or deflateInit2(), and
655 deflation of sourceLen bytes. It must be called after deflateInit() or
1041 parameter has the same meaning as in deflateInit. sourceLen is the byte
1334 /* deflateInit and inflateInit are macros to allow checking the zlib version
1351 #define deflateInit(strm, level) \