
Go to the source code of this file.
Typedefs | |
| typedef unsigned(* | blast_in) (void *how, unsigned char **buf) |
| typedef int(* | blast_out) (void *how, unsigned char *buf, unsigned len) |
Functions | |
| int | blast (blast_in infun, void *inhow, blast_out outfun, void *outhow, unsigned *left, unsigned char **in) |
| typedef unsigned(* blast_in) (void *how, unsigned char **buf) |
Definition at line 38 of file bloaty/third_party/zlib/contrib/blast/blast.h.
Definition at line 39 of file bloaty/third_party/zlib/contrib/blast/blast.h.
| 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.