Home | History | Annotate | Download | only in gzip

Lines Matching defs:deflateInit

172    This check is automatically made by deflateInit and inflateInit.
176 ZEXTERN(int) deflateInit OF((z_streamp strm, int level));
180 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
189 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
193 msg is set to null if there is no error message. deflateInit does not
253 Z_FINISH can be used immediately after deflateInit if all the compression
403 This is another version of deflateInit with more compression options. The
414 deflateInit is used instead.
442 immediately after deflateInit, deflateInit2 or deflateReset, before any
454 deflateInit or deflateInit2, a part of the dictionary may in effect be
489 This function is equivalent to deflateEnd followed by deflateInit,
605 parameter has the same meaning as in deflateInit. sourceLen is the byte
810 /* deflateInit and inflateInit are macros to allow checking the zlib version
815 #define deflateInit(strm, level) \