HomeSort by: relevance | last modified time | path
    Searched defs:gzinit (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/examples/
gzjoin.c 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) function in typeref:typename:local void
277 gzip file is written to out. gzinit() must be called before the first call
443 gzinit(&crc, &tot, stdout);
gzjoin.c 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) function in typeref:typename:local void
277 gzip file is written to out. gzinit() must be called before the first call
443 gzinit(&crc, &tot, stdout);
gzjoin.c 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) function in typeref:typename:local void
277 gzip file is written to out. gzinit() must be called before the first call
443 gzinit(&crc, &tot, stdout);

Completed in 31 milliseconds