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

12

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dfile_manager.cpp74 if (inflateInit2(_stream, -15) != Z_OK)
249 inflateInit2(_stream, -15);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_ctf.c201 if (inflateInit2(&zs, MAX_WBITS) != Z_OK) {
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dzran.c157 ret = inflateInit2(&strm, 47); /* automatic zlib or gzip decoding */
271 ret = inflateInit2(&strm, -15); /* raw inflate */
H A Dgzjoin.c62 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
306 ret = inflateInit2(&strm, -15);
H A Dgzappend.c286 ret = inflateInit2(strm, -15);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dzran.c155 ret = inflateInit2(&strm, 47); /* automatic zlib or gzip decoding */
269 ret = inflateInit2(&strm, -15); /* raw inflate */
H A Dgzjoin.c60 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
304 ret = inflateInit2(&strm, -15);
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c240 if (inflateInit2(&(s->stream), -15) != Z_OK)
398 inflateInit2(&(s->stream), -15);
/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Ddeflate.c120 error = decomp ? inflateInit2(&zbuf, window_inflate) :
313 error = decomp ? inflateInit2(&zbuf, window_inflate) :
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dcread.c271 if (inflateInit2(&(s->stream), -15) != Z_OK)
454 inflateInit2(&(s->stream), -15);
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas101 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; function
204 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; function
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_compression_gzip.c296 ret = inflateInit2(&(state->stream),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dzlibpas.pas101 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; function
204 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; function
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c362 if (inflateInit2(&state.stream, -15) != Z_OK) {
363 printf("FATAL: inflateInit2 failed\n");
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dipcomp_core.c170 zerror = mode ? inflateInit2(&zs, deflate_window_in)
/netbsd-6-1-5-RELEASE/common/dist/zlib/as400/
H A Dzlib.inc8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
261 D inflateInit2 PR 10I 0 extproc('inflateInit2_') Init. expansion
/netbsd-6-1-5-RELEASE/common/dist/zlib/
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().
1342 #define inflateInit2(strm, windowBits) \ macro
/netbsd-6-1-5-RELEASE/dist/pppd/pppdump/
H A Ddeflate.c168 if (inflateInit2(&state->strm, -w_size) != Z_OK) {
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dcompress.c362 rc = inflateInit2(&z, -15);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/as400/
H A Dzlib.inc8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
261 D inflateInit2 PR 10I 0 extproc('inflateInit2_') Init. expansion
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
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
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.h154 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
841 ZEXTERN int ZEXPORT inflateInit2(z_streamp, int);
854 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
856 memLevel). msg is set to null if there is no error message. inflateInit2
898 The stream will keep attributes that may have been set by inflateInit2.
1186 #define inflateInit2(strm, windowBits) \ macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcompress.c343 ret = (int)inflateInit2(&z.zstream, -15);

Completed in 148 milliseconds

12