Lines Matching refs:deflateInit
516 * the application. This check is automatically made by deflateInit
521 * ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
525 * the caller. If zalloc and zfree are set to Z_NULL, deflateInit
535 * deflateInit returns Z_OK if success, Z_MEM_ERROR if there was
540 * message. deflateInit does not perform any compression: this
609 * Z_FINISH can be used immediately after deflateInit if all the
745 * This is another version of deflateInit with more compression
758 * if deflateInit is used instead.
807 * function must be called immediately after deflateInit or
860 * This function is equivalent to deflateEnd followed by deflateInit,
1170 * deflateInit and inflateInit are macros to allow checking the zlib version
1182 #define deflateInit(strm, level) \