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

/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c264 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) function
276 gzip file is written to out. gzinit() must be called before the first call
442 gzinit(&crc, &tot, stdout);

Completed in 107 milliseconds