Lines Matching defs:deflateInit
224 is automatically made by deflateInit and inflateInit.
228 ZEXTERN int ZEXPORT deflateInit(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
546 This is another version of deflateInit with more compression options. The
556 deflateInit is used instead.
620 function must be called immediately after deflateInit, deflateInit2 or
637 deflateInit or deflateInit2, a part of the dictionary may in effect be
639 provided in deflateInit or deflateInit2. Thus the strings most likely to be
700 This function is equivalent to deflateEnd followed by deflateInit, but
760 deflateTune() can be called after deflateInit() or deflateInit2(), and
768 deflation of sourceLen bytes. It must be called after deflateInit() or
1267 parameter has the same meaning as in deflateInit. sourceLen is the byte
1796 /* deflateInit and inflateInit are macros to allow checking the zlib version
1828 # define deflateInit(strm, level) \