Searched defs:inflate (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib_lint.c65 inflate(z_streamp strm, int flush) function
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...]
H A Dzconf.h73 #define inflate z_inflate macro
/illumos-gate/usr/src/boot/lib/libz/
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
605 int ZEXPORT inflate(strm, flush) function
[all...]
H A Dzconf.h94 # define inflate z_inflate macro
258 The memory requirements for inflate are (in bytes) 1 << windowBits
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h104 #define inflate z_inflate macro
215 * The memory requirements for inflate are (in bytes) 1 << windowBits
655 * decompression: this will be done by inflate().
659 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
667 * call of inflate().
670 * avail_out accordingly. inflate() provides as much output as
674 * Before the call of inflate(), the application should ensure that at
679 * (avail_out == 0), or after each call of inflate(). If inflate
685 * inflate flushe
[all...]
H A Dzlib.c37 #define inflate inflate_ppp /* FreeBSD already has an inflate :-( */ macro
2225 * reconstructed from the lengths in the inflate process, as described
2557 s->last_eob_len = 8; /* enough lookahead for inflate */
3117 * Send one empty static block to give enough lookahead for inflate.
3119 * The current inflate code requires 9 bits of lookahead. If the
3121 * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode
3508 s->last_eob_len = 8; /* enough lookahead for inflate */
3527 /* +++ inflate.c */
3529 * inflate
3739 inflate(z, f) function
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1454 * reconstructed from the lengths in the inflate process, as described
1756 s->last_eob_len = 8; /* enough lookahead for inflate */
2249 * Send one empty static block to give enough lookahead for inflate.
2251 * The current inflate code requires 9 bits of lookahead. If the EOB
2252 * code for the previous block was coded on 5 bits or less, inflate
2579 s->last_eob_len = 8; /* enough lookahead for inflate */
2730 /* inflate.c -- zlib interface to inflate modules
2735 /* inflate private state */
2749 mode; /* current inflate mod
2858 int inflate(z, f) function
[all...]

Completed in 88 milliseconds