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

/ast/src/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
554 int ZEXPORT inflate(strm, flush) function
[all...]
H A Dzconf.h37 # define inflate z_inflate macro
174 The memory requirements for inflate are (in bytes) 1 << windowBits
/ast/src/lib/libpz/
H A Dpzsplit.c478 * inflate
482 inflate(Pz_t* pz, Sfio_t* op) function
703 r = inflate(pz, op);
/ast/src/cmd/INIT/
H A Dratz.c291 The memory requirements for inflate are (in bytes) 1 << windowBits
536 /* Allowed flush values; see deflate() and inflate() below for details */
568 /* Possible values of the data_type field (though see inflate()) */
1580 /* Possible inflate modes between inflate() calls */
1594 TYPEDO, /* i: same, but skip check to exit inflate on new block */
1610 MEM, /* got an inflate() memory error -- remain here until reset */
1611 SYNC /* looking for synchronization bytes to restart inflate() */
1637 /* state maintained between inflate() calls. Approximately 7K bytes. */
1639 inflate_mode mode; /* current inflate mod
2773 int ZEXPORT inflate(strm, flush) function
[all...]

Completed in 16 milliseconds