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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h1090 typedef voidp gzFile; typedef
1092 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1109 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1111 gzdopen() associates a gzFile with the file descriptor fd. File
1115 The next call of gzclose on the returned gzFile will also close the
1122 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1130 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1138 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1146 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1159 ZEXTERN int ZEXPORT gzputs OF((gzFile fil
[all...]
H A Dgzio.c100 local gzFile gz_open OF((const char *path, const char *mode, int fd));
101 local int do_flush OF((gzFile file, int flush));
117 local gzFile gz_open (path, mode, fd)
153 return destroy(s), (gzFile)Z_NULL;
173 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
186 return destroy(s), (gzFile)Z_NULL;
199 return destroy(s), (gzFile)Z_NULL;
208 return destroy(s), (gzFile)Z_NULL;
226 return (gzFile)s;
232 gzFile ZEXPOR
[all...]

Completed in 34 milliseconds