tag | line | file | source code |
STATIC | 104 | lib/inflate.c | #ifndef STATIC |
STATIC | 135 | lib/inflate.c | STATIC int huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *, |
STATIC | 137 | lib/inflate.c | STATIC int huft_free OF((struct huft *)); |
STATIC | 138 | lib/inflate.c | STATIC int inflate_codes OF((struct huft *, struct huft *, int, int)); |
STATIC | 139 | lib/inflate.c | STATIC int inflate_stored OF((void)); |
STATIC | 140 | lib/inflate.c | STATIC int inflate_fixed OF((void)); |
STATIC | 141 | lib/inflate.c | STATIC int inflate_dynamic OF((void)); |
STATIC | 142 | lib/inflate.c | STATIC int inflate_block OF((int *)); |
STATIC | 143 | lib/inflate.c | STATIC int inflate OF((void)); |
STATIC | 209 | lib/inflate.c | STATIC ulg bb; /* bit buffer */ |
STATIC | 210 | lib/inflate.c | STATIC unsigned bk; /* bits in bit buffer */ |
STATIC | 212 | lib/inflate.c | STATIC ush mask_bits[] = { |
STATIC | 256 | lib/inflate.c | STATIC int lbits = 9; /* bits in base literal/length lookup table */ |
STATIC | 257 | lib/inflate.c | STATIC int dbits = 6; /* bits in base distance lookup table */ |
STATIC | 265 | lib/inflate.c | STATIC unsigned hufts; /* track memory usage */ |
STATIC | 268 | lib/inflate.c | STATIC int huft_build(b, n, s, d, e, t, m) |
STATIC | 486 | lib/inflate.c | STATIC int huft_free(t) |
STATIC | 507 | lib/inflate.c | STATIC int inflate_codes(tl, td, bl, bd) |
STATIC | 616 | lib/inflate.c | STATIC int inflate_stored() |
STATIC | 672 | lib/inflate.c | STATIC int inflate_fixed() |
STATIC | 726 | lib/inflate.c | STATIC int inflate_dynamic() |
STATIC | 904 | lib/inflate.c | STATIC int inflate_block(e) |
STATIC | 951 | lib/inflate.c | STATIC int inflate() |