Searched refs:inflate (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h170 /* Allowed flush values; see deflate() and inflate() below for details */
202 /* Possible values of the data_type field (though see inflate()) */
353 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
360 the zlib header if present: this will be done by inflate(). (So next_in and
365 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
367 inflate decompresses as much data as possible, and stops when the input
372 The detailed semantics are as follows. inflate performs one or both of the
378 will resume at this point for the next call of inflate().
381 accordingly. inflate() provides as much output as possible, until there
385 Before the call of inflate(), th
[all...]
H A Dinflate.c6 /* inflate.c -- zlib decompression
17 * - First version -- complete rewrite of inflate to simplify code, avoid
20 * improve code readability and style over the previous zlib inflate code
31 * - Correct filename to inffixed.h for fixed tables in inflate.c
32 * - Make hbuf[] unsigned char to match parameter type in inflate.c
34 * to avoid negation problem on Alphas (64 bit) in inflate.c
44 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * buffer and bit count in inflate()--for speed when inflate_fast() not used
50 * - Move a comment on output buffer sizes from inffast.c to inflate.c
60 * source file infback.c to provide a call-back interface to inflate fo
561 int ZEXPORT inflate(strm, flush) function
[all...]
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_reader.c291 i = inflate(zs, 0);
310 fprintf(stderr, "inflate = %d\n", i);
/freebsd-11-stable/sys/contrib/zlib/
H A Dzconf.h101 # define inflate z_inflate macro
281 The memory requirements for inflate are (in bytes) 1 << windowBits
H A Dgzread.c85 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
92 a user buffer. If decompressing, the inflate state will be initialized.
99 /* allocate read buffers and inflate memory */
112 /* allocate inflate memory */
188 /* get more input for inflate() */
197 ret = inflate(strm, Z_NO_FLUSH);
200 "internal error: inflate stream corrupt");
H A Dzlib.h103 for deflate, or the decoding state for inflate */
175 /* Allowed flush values; see deflate() and inflate() below for details */
382 the caller. In the current version of inflate, the provided input is not
384 the first call of inflate (if the decompression does not complete on the
393 Actual decompression will be done by inflate(). So next_in, and avail_in,
396 that is deferred until inflate() is called.
400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
402 inflate decompresses as much data as possible, and stops when the input
407 The detailed semantics are as follows. inflate performs one or both of the
414 inflate()
[all...]
H A Dinflate.c0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate fo
622 int ZEXPORT inflate(strm, flush) function
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c471 ret = inflate(&(state->stream), 0);
H A Darchive_read_support_format_zip.c2375 r = inflate(&zip->stream, 0);
3935 r = inflate(&zip->stream, 0);
H A Darchive_read_support_format_iso9660.c1602 r = inflate(&zisofs->stream, 0);
H A Darchive_read_support_format_cab.c1521 r = inflate(&cab->stream, 0);
H A Darchive_read_support_format_xar.c1619 r = inflate(&(xar->stream), 0);
H A Darchive_read_support_format_7zip.c1459 r = inflate(&(zip->stream), 0);
/freebsd-11-stable/stand/libsa/
H A DMakefile98 SRCS+= infback.c inffast.c inflate.c inftrees.c zutil.c
H A Dpkgfs.c459 c = inflate(&pkg->pkg_zs, Z_SYNC_FLUSH);
/freebsd-11-stable/sys/netgraph/
H A Dng_deflate.c605 rtn = inflate(&priv->cx, Z_PACKET_FLUSH);
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dminigzip.c146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */
283 ret = inflate(strm, Z_NO_FLUSH);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c974 if ((rc = inflate(&zstr, Z_FINISH)) != Z_STREAM_END)
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c580 rc = inflate(&z, Z_SYNC_FLUSH);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1329 (rc = inflate(&zstr, Z_NO_FLUSH)) != Z_STREAM_END ||
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp602 int status = inflate(&stream, Z_NO_FLUSH);
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c970 error = inflate(&z, Z_FINISH);
995 maybe_warn("unknown error from inflate(): %d",
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c779 status = inflate(&ssh->state->compression_in_stream,
790 * inflate() until we get an error. This appears to
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c1242 zerr = inflate(btn->in, btn->read_flush);
1246 return svn_error_trace(svn_error__wrap_zlib(zerr, "inflate",
/freebsd-11-stable/sys/libkern/
H A Dzlib.c34 #define inflate _zlib104_inflate macro
1860 * reconstructed from the lengths in the inflate process, as described
2164 s->last_eob_len = 8; /* enough lookahead for inflate */
2656 * Send one empty static block to give enough lookahead for inflate.
2658 * The current inflate code requires 9 bits of lookahead. If the
2660 * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode
2980 s->last_eob_len = 8; /* enough lookahead for inflate */
2998 /* +++ inflate.c */
2999 /* inflate.c -- zlib interface to inflate module
3200 int inflate(z, f) function
[all...]

Completed in 398 milliseconds

123