taglinefilesource code
OF135lib/inflate.cSTATIC int huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *,
OF137lib/inflate.cSTATIC int huft_free OF((struct huft *));
OF138lib/inflate.cSTATIC int inflate_codes OF((struct huft *, struct huft *, int, int));
OF139lib/inflate.cSTATIC int inflate_stored OF((void));
OF140lib/inflate.cSTATIC int inflate_fixed OF((void));
OF141lib/inflate.cSTATIC int inflate_dynamic OF((void));
OF142lib/inflate.cSTATIC int inflate_block OF((int *));
OF143lib/inflate.cSTATIC int inflate OF((void));