Home | History | Annotate | Download | only in zlib

Lines Matching defs:deflateInit

226    is automatically made by deflateInit and inflateInit.
230 ZEXTERN int ZEXPORT deflateInit(z_streamp strm, int level);
234 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
243 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
247 if there is no error message. deflateInit does not perform any compression:
336 Z_FINISH can be used in the first deflate call after deflateInit if all the
548 This is another version of deflateInit with more compression options. The
558 deflateInit is used instead.
619 function must be called immediately after deflateInit, deflateInit2 or
636 deflateInit or deflateInit2, a part of the dictionary may in effect be
638 provided in deflateInit or deflateInit2. Thus the strings most likely to be
699 This function is equivalent to deflateEnd followed by deflateInit, but
759 deflateTune() can be called after deflateInit() or deflateInit2(), and
767 deflation of sourceLen bytes. It must be called after deflateInit() or
1254 parameter has the same meaning as in deflateInit. sourceLen is the byte
1785 /* deflateInit and inflateInit are macros to allow checking the zlib version
1817 # define deflateInit(strm, level) \