Lines Matching refs:ZEXPORT
273 gzFile ZEXPORT gzopen(path, mode) in gzopen()
281 gzFile ZEXPORT gzopen64(path, mode) in gzopen64()
289 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen()
310 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w()
319 int ZEXPORT gzbuffer(file, size) in gzbuffer()
346 int ZEXPORT gzrewind(file) in gzrewind()
369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64()
446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek()
458 z_off64_t ZEXPORT gztell64(file) in gztell64()
475 z_off_t ZEXPORT gztell(file) in gztell()
485 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64()
508 z_off_t ZEXPORT gzoffset(file) in gzoffset()
518 int ZEXPORT gzeof(file) in gzeof()
535 const char * ZEXPORT gzerror(file, errnum) in gzerror()
556 void ZEXPORT gzclearerr(file) in gzclearerr()