Home | History | Annotate | Download | only in include

Lines Matching defs:deflateInit

216    This check is automatically made by deflateInit and inflateInit.
220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
237 msg is set to null if there is no error message. deflateInit does not
304 Z_FINISH can be used immediately after deflateInit if all the compression
487 This is another version of deflateInit with more compression options. The
498 deflateInit is used instead.
544 immediately after deflateInit, deflateInit2 or deflateReset, before any
556 deflateInit or deflateInit2, a part of the dictionary may in effect be
597 This function is equivalent to deflateEnd followed by deflateInit,
640 deflateTune() can be called after deflateInit() or deflateInit2(), and
648 deflation of sourceLen bytes. It must be called after deflateInit()
1029 parameter has the same meaning as in deflateInit. sourceLen is the byte
1314 /* deflateInit and inflateInit are macros to allow checking the zlib version
1331 #define deflateInit(strm, level) \