Searched refs:blast_out (Results 1 – 2 of 2) sorted by relevance
/external/zlib/src/contrib/blast/ |
D | blast.h | 39 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len); typedef 45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
|
D | blast.c | 54 blast_out outfun; /* output function provided by user */ 383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, in blast()
|