Home | History | Annotate | Download | only in blast

Lines Matching refs:blast

0 /* blast.h -- interface for blast.c
26 * blast() decompresses the PKWare Data Compression Library (DCL) compressed
36 /* Definitions for input/output functions passed to blast(). See below for
41 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);
43 * On success, the return value of blast() is zero. If there is an error in
50 * available bytes there. If infun() returns zero, then blast() returns with
51 * an input error. (blast() only asks for input if it needs it.) inhow is for
55 * to be written are buf[0..len-1]. If err is not zero, then blast() returns
69 * At the bottom of blast.c is an example program that uses blast() that can be