taglinefilesource code
STATIC104lib/inflate.c#ifndef STATIC
STATIC135lib/inflate.cSTATIC int huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *,
STATIC137lib/inflate.cSTATIC int huft_free OF((struct huft *));
STATIC138lib/inflate.cSTATIC int inflate_codes OF((struct huft *, struct huft *, int, int));
STATIC139lib/inflate.cSTATIC int inflate_stored OF((void));
STATIC140lib/inflate.cSTATIC int inflate_fixed OF((void));
STATIC141lib/inflate.cSTATIC int inflate_dynamic OF((void));
STATIC142lib/inflate.cSTATIC int inflate_block OF((int *));
STATIC143lib/inflate.cSTATIC int inflate OF((void));
STATIC209lib/inflate.cSTATIC ulg bb;                         /* bit buffer */
STATIC210lib/inflate.cSTATIC unsigned bk;                    /* bits in bit buffer */
STATIC212lib/inflate.cSTATIC ush mask_bits[] = {
STATIC256lib/inflate.cSTATIC int lbits = 9;          /* bits in base literal/length lookup table */
STATIC257lib/inflate.cSTATIC int dbits = 6;          /* bits in base distance lookup table */
STATIC265lib/inflate.cSTATIC unsigned hufts;         /* track memory usage */
STATIC268lib/inflate.cSTATIC int huft_build(b, n, s, d, e, t, m)
STATIC486lib/inflate.cSTATIC int huft_free(t)
STATIC507lib/inflate.cSTATIC int inflate_codes(tl, td, bl, bd)
STATIC616lib/inflate.cSTATIC int inflate_stored()
STATIC672lib/inflate.cSTATIC int inflate_fixed()
STATIC726lib/inflate.cSTATIC int inflate_dynamic()
STATIC904lib/inflate.cSTATIC int inflate_block(e)
STATIC951lib/inflate.cSTATIC int inflate()