Home | History | Annotate | Download | only in zlib

Lines Matching defs:deflateInit

220    is automatically made by deflateInit and inflateInit.
224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
241 if there is no error message. deflateInit does not perform any compression:
328 Z_FINISH can be used immediately after deflateInit if all the compression
534 This is another version of deflateInit with more compression options. The
545 deflateInit is used instead.
593 function must be called immediately after deflateInit, deflateInit2 or
610 deflateInit or deflateInit2, a part of the dictionary may in effect be
612 provided in deflateInit or deflateInit2. Thus the strings most likely to be
651 This function is equivalent to deflateEnd followed by deflateInit,
694 deflateTune() can be called after deflateInit() or deflateInit2(), and
702 deflation of sourceLen bytes. It must be called after deflateInit() or
1179 parameter has the same meaning as in deflateInit. sourceLen is the byte
1630 /* deflateInit
1647 #define deflateInit(strm, level) \