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
555 deflateInit is used instead.
616 function must be called immediately after deflateInit, deflateInit2 or
633 deflateInit or deflateInit2, a part of the dictionary may in effect be
635 provided in deflateInit or deflateInit2. Thus the strings most likely to be
696 This function is equivalent to deflateEnd followed by deflateInit, but
756 deflateTune() can be called after deflateInit() or deflateInit2(), and
764 deflation of sourceLen bytes. It must be called after deflateInit() or
1249 parameter has the same meaning as in deflateInit. sourceLen is the byte
1778 /* deflateInit and inflateInit are macros to allow checking the zlib version
1810 # define deflateInit(strm, level) \