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

/external/zlib/src/examples/
H A Dgzjoin.c265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) function
277 gzip file is written to out. gzinit() must be called before the first call
443 gzinit(&crc, &tot, stdout);

Completed in 80 milliseconds