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

/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c277 of gzcopy() to write the gzip header and to initialize crc and tot. */
278 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, function
444 gzcopy(*argv++, argc, &crc, &tot, stdout);

Completed in 890 milliseconds