Home | History | Annotate | Download | only in zlib

Lines Matching full:inflateinit2

483   initializing with inflateInit2().  Any information contained in the gzip
485 instead use raw inflate, see inflateInit2() below, or inflateBack() and
740 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
777 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
781 there is no error message. inflateInit2 does not perform any decompression
785 of inflateInit2() does not process any header information -- that is
799 immediately after inflateInit2() or inflateReset() and before any call of
846 stream will keep attributes that may have been set by inflateInit2.
857 the same as it is for inflateInit2.
872 should be used before the first inflate() call after inflateInit2() or
918 inflateInit2() or inflateReset(), and before the first call of inflate().
1558 #define inflateInit2(strm, windowBits) \