Lines Matching refs:ZEXPORT
264 gzFile ZEXPORT gzopen(const char *path, const char *mode)
270 gzFile ZEXPORT gzopen64(const char *path, const char *mode)
276 gzFile ZEXPORT gzdopen(int fd, const char *mode)
295 gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode)
302 int ZEXPORT gzbuffer(gzFile file, unsigned size) {
326 int ZEXPORT gzrewind(gzFile file) {
347 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence)
421 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence)
430 z_off64_t ZEXPORT gztell64(gzFile file)
446 z_off_t ZEXPORT gztell(gzFile file)
455 z_off64_t ZEXPORT gzoffset64(gzFile file)
477 z_off_t ZEXPORT gzoffset(gzFile file)
486 int ZEXPORT gzeof(gzFile file) {
501 const char * ZEXPORT gzerror(gzFile file, int *errnum) {
519 void ZEXPORT gzclearerr(gzFile file) {