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 D | minigzip.c | 211 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 D | zlib.h | 659 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 D | example.c | 97 file = gzopen(out, "wb"); 99 fprintf(stderr, "gzopen error\n"); 114 file = gzopen(in, "rb"); 116 fprintf(stderr, "gzopen error\n");
|
H A D | gzio.c | 182 gzFile ZEXPORT gzopen (path, mode) function
|
Completed in 19 milliseconds