Searched defs:inflateInit2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h466 information should instead use raw inflate, see inflateInit2() below, or
718 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
752 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
754 is set to null if there is no error message. inflateInit2 does not perform
770 immediately after inflateInit2() or inflateReset() and before any call of
817 The stream will keep attributes that may have been set by inflateInit2.
831 should be used before the first inflate() call after inflateInit2() or
844 inflateInit2() or inflateReset(), and before the first call of inflate().
1362 #define inflateInit2(strm, windowBits) \ macro

Completed in 41 milliseconds