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

/barrelfish-master/usr/slideshow/
H A Dzlib_load.c38 err = inflateInit2(&d_stream, MAX_WBITS + 32);
/barrelfish-master/include/
H A Dzlib.h442 information should instead use raw inflate, see inflateInit2() below, or
694 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
728 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
730 is set to null if there is no error message. inflateInit2 does not perform
746 immediately after inflateInit2() or inflateReset() and before any call of
793 The stream will keep attributes that may have been set by inflateInit2.
807 should be used before the first inflate() call after inflateInit2() or
820 inflateInit2() or inflateReset(), and before the first call of inflate().
1338 #define inflateInit2(strm, windowBits) \ macro
/barrelfish-master/usr/ramfsd/
H A Dmain.c83 zerr = inflateInit2(&d_stream, MAX_WBITS + 32);
/barrelfish-master/lib/zlib/
H A Dgzio.c167 err = inflateInit2(&(s->stream), -MAX_WBITS);

Completed in 98 milliseconds