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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c52 * Call inflateInit2() specifying a window size of DEF_WBITS
56 if ((err = inflateInit2(&zs, DEF_WBITS | 0x20)) != Z_OK)
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
/freebsd-10.1-release/lib/libz/test/
H A Dinfcover.c278 parameter to inflateInit2(), len is the size of the output buffer, and err
296 ret = inflateInit2(&strm, win);
416 ret = inflateInit2(&strm, -8);
534 ret = inflateInit2(&strm, err < 0 ? 47 : -15);
H A Dminigzip.c216 ret = inflateInit2(&(gz->strm), 15 + 16);
/freebsd-10.1-release/contrib/serf/buckets/
H A Ddeflate_buckets.c201 zRC = inflateInit2(&ctx->zstream, ctx->windowSize);
/freebsd-10.1-release/lib/libstand/
H A Dgzipfs.c215 if ((error = inflateInit2(&(zf->zf_zstream), -15)) != Z_OK) {
/freebsd-10.1-release/sys/net/
H A Dzlib.h159 /* Maximum value for windowBits in deflateInit2 and inflateInit2 */
740 extern int EXPORT inflateInit2 OF((z_streamp strm,
767 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was
770 inflateInit2 does not perform any decompression: this will be done by
812 The stream will keep attributes that may have been set by inflateInit2.
1004 #define inflateInit2(strm, windowBits) \ macro
/freebsd-10.1-release/sys/opencrypto/
H A Dcryptodeflate.c126 error = decomp ? inflateInit2(&zbuf, window_inflate) :
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c304 ret = inflateInit2(&(state->stream),
H A Darchive_read_support_format_zip.c1382 r = inflateInit2(&zip->stream,
H A Darchive_read_support_format_7zip.c1136 r = inflateInit2(&(zip->stream),
H A Darchive_read_support_format_cab.c1445 r = inflateInit2(&cab->stream,
/freebsd-10.1-release/lib/libz/
H A Dgzread.c115 if (inflateInit2(&(state->strm), 15 + 16) != Z_OK) { /* gunzip */
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...]
/freebsd-10.1-release/contrib/file/src/
H A Dcompress.c357 rc = inflateInit2(&z, -15);
/freebsd-10.1-release/sys/netgraph/
H A Dng_deflate.c272 if ((res = inflateInit2(&priv->cx,
275 "inflateInit2: error %d, %s\n",
/freebsd-10.1-release/usr.sbin/ppp/
H A Ddeflate.c500 if (inflateInit2(&state->cx, -state->winsize) == Z_OK)
/freebsd-10.1-release/usr.bin/gzip/
H A Dgzip.c919 if (inflateInit2(&z, -MAX_WBITS) != Z_OK) {

Completed in 331 milliseconds