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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h657 typedef voidp gzFile; typedef
659 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
675 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
677 gzdopen() associates a gzFile with the file descriptor fd. File
681 The next call of gzclose on the returned gzFile will also close the
688 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
696 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
704 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
712 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
719 ZEXTERN int ZEXPORT gzputs OF((gzFile fil
[all...]

Completed in 23 milliseconds