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

/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c1 /* gun.c -- simple gunzip to give an example of the use of inflateBack()
48 Like gunzip and uncompress, the file attributes of the orignal compressed
52 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version
544 gunzip() returns 1 if there is an out-of-memory error or an unexpected
547 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function
691 ret = gunzip(&strm, *argv, outname, test);
696 ret = gunzip(&strm, NULL, NULL, test);

Completed in 543 milliseconds