Searched defs:blast (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c0 /* blast.c
3 * For conditions of distribution and use, see copyright notice in blast.h
6 * blast.c decompresses data compressed by the PKWare Compression Library.
8 * the PKWare library, hence the name "blast".
28 #include "blast.h" /* prototype for blast() */
376 /* See comments in blast.h */
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) function
408 /* Example of how to use blast() */
433 ret = blast(in
[all...]

Completed in 2155 milliseconds