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

/ast/src/lib/libz/
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().
1365 #define inflateInit2(strm, windowBits) \ macro
H A Dgzio.c207 err = inflateInit2(&(s->stream), -MAX_WBITS);
/ast/src/cmd/INIT/
H A Dratz.c274 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
575 #define inflateInit2(strm, windowBits) \ macro
3765 err = inflateInit2(&(s->stream), -MAX_WBITS);

Completed in 58 milliseconds