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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dminigzip.c211 out = gzopen(outfile, mode);
213 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
245 in = gzopen(infile, "rb");
247 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
H A Dzlib.h659 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
667 gzopen can be used to read a file which is not in gzip format; in this
670 gzopen returns NULL if the file could not be opened or if there was
680 The mode parameter is as in gzopen.
H A Dexample.c97 file = gzopen(out, "wb");
99 fprintf(stderr, "gzopen error\n");
114 file = gzopen(in, "rb");
116 fprintf(stderr, "gzopen error\n");
H A Dgzio.c182 gzFile ZEXPORT gzopen (path, mode) function

Completed in 19 milliseconds