#include <setjmp.h>#include "blast.h"Include dependency graph for blast.c:

Go to the source code of this file.
Data Structures | |
| struct | state |
| struct | huffman |
Defines | |
| #define | local static |
| #define | MAXBITS 13 |
| #define | MAXWIN 4096 |
Functions | |
| local int | bits (struct state *s, int need) |
| local int | decode (struct state *s, struct huffman *h) |
| local int | construct (struct huffman *h, const unsigned char *rep, int n) |
| local int | decomp (struct state *s) |
| int | blast (blast_in infun, void *inhow, blast_out outfun, void *outhow) |
|
|
Definition at line 30 of file blast.c. Referenced by DOlist(), DOnlst(), file_compress(), file_uncompress(), gz_compress(), gz_uncompress(), if(), mkdifferences(), strtime(), switch(), and writer(). |
|
|
Definition at line 31 of file blast.c. Referenced by construct(), decode(), inflate_table(), and inflate_table9(). |
|
|
Definition at line 32 of file blast.c. Referenced by decomp(). |
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 185 of file blast.c. References huffman::count, if(), left(), length, MAXBITS, and n. |
|
||||||||||||
|
Definition at line 123 of file blast.c. References huffman::count, count, first, index(), left(), MAXBITS, next, s, and huffman::symbol. |
|
|
Definition at line 276 of file blast.c. References base, bits, construct(), copy, decode, extra(), MAXWIN, and s. Referenced by blast(). |
1.4.6