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

/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h444 information should instead use raw inflate, see inflateInit2() below, or
696 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
730 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
732 is set to null if there is no error message. inflateInit2 does not perform
748 immediately after inflateInit2() or inflateReset() and before any call of
795 The stream will keep attributes that may have been set by inflateInit2.
809 should be used before the first inflate() call after inflateInit2() or
822 inflateInit2() or inflateReset(), and before the first call of inflate().
1340 #define inflateInit2(strm, windowBits) \ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h193 * Maximum value for windowBits in deflateInit2 and inflateInit2
898 * ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
927 * inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not
930 * inflateInit2 does not perform any decompression: this will be done
975 * inflateInit2.
1189 #define inflateInit2(strm, windowBits) \ macro
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h485 initializing with inflateInit2(). Any information contained in the gzip
487 instead use raw inflate, see inflateInit2() below, or inflateBack() and
770 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
807 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
811 there is no error message. inflateInit2 does not perform any decompression
815 of inflateInit2() does not process any header information -- that is
896 stream will keep attributes that may have been set by inflateInit2.
907 the same as it is for inflateInit2.
922 should be used before the first inflate() call after inflateInit2() or
968 inflateInit2() o
1654 #define inflateInit2 macro
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2802 int inflateInit2(z, w) function
2851 return inflateInit2(z, DEF_WBITS);

Completed in 104 milliseconds