Lines Matching refs:inflate
4 /* inflate.c -- Not copyrighted 1992 by Mark Adler
35 There are (currently) three kinds of inflate blocks: stored, fixed, and
112 static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #";
158 STATIC int INIT inflate OF((void));
161 /* The inflate algorithm uses a sliding 32 K byte window on the uncompressed
194 /* Macros for inflate() bit peeking and grabbing.
595 /* inflate (decompress) the codes in a deflated (compressed) block.
612 /* inflate the coded data */
1066 /* inflate that block type */
1085 STATIC int INIT inflate(void)
1133 * The following are support routines for inflate.c
1258 if ((res = inflate())) {