#include <setjmp.h>
#include "blast.h"
Go to the source code of this file.
|
#define | local static /* for local function definitions */ |
|
#define | MAXBITS 13 /* maximum code length */ |
|
#define | MAXWIN 4096 /* maximum window size */ |
|
Definition at line 37 of file blast.c.
Class Members |
int |
bitbuf |
|
int |
bitcnt |
|
jmp_buf |
env |
|
int |
first |
|
unsigned char * |
in |
|
const unsigned char * |
in |
|
unsigned long |
incnt |
|
blast_in |
infun |
|
void * |
inhow |
|
unsigned long |
inlen |
|
unsigned |
left |
|
unsigned |
next |
|
unsigned char |
out[4096] |
|
unsigned char * |
out |
|
unsigned long |
outcnt |
|
blast_out |
outfun |
|
void * |
outhow |
|
unsigned long |
outlen |
|
Definition at line 99 of file blast.c.
Class Members |
short * |
count |
|
short * |
symbol |
|
#define local static /* for local function definitions */ |
#define MAXBITS 13 /* maximum code length */ |
#define MAXWIN 4096 /* maximum window size */ |
static int bits |
( |
struct state * |
s, |
|
|
int |
need |
|
) |
| |
|
static |
static int construct |
( |
struct huffman * |
h, |
|
|
const unsigned char * |
rep, |
|
|
int |
n |
|
) |
| |
|
static |
static int decomp |
( |
struct state * |
s | ) |
|
|
static |