Home | History | Annotate | Download | only in zlib

Lines Matching defs:inflateInit2

496   initializing with inflateInit2().  Any information contained in the gzip
560 inflateInit2() will result in an error when the zlib header with 9 is
563 with inflateInit2().
832 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
874 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
878 there is no error message. inflateInit2 does not perform any decompression
882 of inflateInit2() does not process any header information -- that is
963 stream will keep attributes that may have been set by inflateInit2.
974 the same as it is for inflateInit2. If the window size is changed, then the
991 should be used before the first inflate() call after inflateInit2() or
1037 inflateInit2() or inflateReset(), and before the first call of inflate().
1817 # define inflateInit2(strm, windowBits) \