Home | History | Annotate | Download | only in net

Lines Matching defs:deflateInit

470    This check is automatically made by deflateInit and inflateInit.
474 ZEXTERN int ZEXPORT deflateInit(z_streamp, int);
478 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
487 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
491 msg is set to null if there is no error message. deflateInit does not
559 Z_FINISH can be used immediately after deflateInit if all the compression
708 This is another version of deflateInit with more compression options. The
719 deflateInit is used instead.
748 immediately after deflateInit, deflateInit2 or deflateReset, before any
760 deflateInit or deflateInit2, a part of the dictionary may in effect be
806 This function is equivalent to deflateEnd followed by deflateInit,
934 parameter has the same meaning as in deflateInit. sourceLen is the byte
1172 /* deflateInit and inflateInit are macros to allow checking the zlib version
1180 #define deflateInit(strm, level) \