
Go to the source code of this file.
Classes | |
| struct | huffman |
| struct | state |
Macros | |
| #define | local static /* for local function definitions */ |
| #define | MAXBITS 13 /* maximum code length */ |
| #define | MAXWIN 4096 /* maximum window size */ |
Functions | |
| int | bits (struct state *s, int need) |
| int | blast (blast_in infun, void *inhow, blast_out outfun, void *outhow, unsigned *left, unsigned char **in) |
| int | construct (struct huffman *h, const unsigned char *rep, int n) |
| int | decode (struct state *s, struct huffman *h) |
| int | decomp (struct state *s) |
Definition at line 36 of file bloaty/third_party/zlib/contrib/blast/blast.c.
Definition at line 37 of file bloaty/third_party/zlib/contrib/blast/blast.c.
| #define MAXWIN 4096 /* maximum window size */ |
Definition at line 38 of file bloaty/third_party/zlib/contrib/blast/blast.c.
Definition at line 72 of file bloaty/third_party/zlib/contrib/blast/blast.c.
| int blast | ( | blast_in | infun, |
| void * | inhow, | ||
| blast_out | outfun, | ||
| void * | outhow, | ||
| unsigned * | left, | ||
| unsigned char ** | in | ||
| ) |
Definition at line 383 of file bloaty/third_party/zlib/contrib/blast/blast.c.
Definition at line 191 of file bloaty/third_party/zlib/contrib/blast/blast.c.
Definition at line 129 of file bloaty/third_party/zlib/contrib/blast/blast.c.
Definition at line 282 of file bloaty/third_party/zlib/contrib/blast/blast.c.