Home | History | Annotate | Download | only in src

Lines Matching defs:deflateInit

224    is automatically made by deflateInit and inflateInit.
228 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
241 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
245 if there is no error message. deflateInit does not perform any compression:
334 Z_FINISH can be used in the first deflate call after deflateInit if all the
545 This is another version of deflateInit with more compression options. The
556 deflateInit is used instead.
617 function must be called immediately after deflateInit, deflateInit2 or
634 deflateInit or deflateInit2, a part of the dictionary may in effect be
636 provided in deflateInit or deflateInit2. Thus the strings most likely to be
697 This function is equivalent to deflateEnd followed by deflateInit, but
757 deflateTune() can be called after deflateInit() or deflateInit2(), and
765 deflation of sourceLen bytes. It must be called after deflateInit() or
1248 parameter has the same meaning as in deflateInit. sourceLen is the byte
1762 /* deflateInit and inflateInit are macros to allow checking the zlib version
1794 # define deflateInit(strm, level) \