Home | History | Annotate | Download | only in linux

Lines Matching full:inflateinit2

411   information should instead use raw inflate, see inflateInit2() below, or
588 extern int inflateInit2 (z_streamp strm, int windowBits);
621 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
623 is set to null if there is no error message. inflateInit2 does not perform
639 immediately after inflateInit2() or inflateReset() and before any call of
672 The stream will keep attributes that may have been set by inflateInit2.