Go to the source code of this file.
◆ blast_in
typedef unsigned(* blast_in) (void *how, unsigned char **buf) |
◆ blast_out
typedef int(* blast_out) (void *how, unsigned char *buf, unsigned len) |
◆ blast()
int blast |
( |
blast_in |
infun, |
|
|
void * |
inhow, |
|
|
blast_out |
outfun, |
|
|
void * |
outhow, |
|
|
unsigned * |
left, |
|
|
unsigned char ** |
in |
|
) |
| |
Definition at line 383 of file blast.c.
References state::bitbuf, state::bitcnt, decomp(), state::env, err, state::first, state::in, in(), state::infun, state::inhow, state::left, state::next, NULL, state::out, state::outfun, and state::outhow.