Lines Matching refs:ZEXPORT
270 gzFile ZEXPORT gzopen(path, mode) in gzopen()
278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64()
286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen()
307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w()
316 int ZEXPORT gzbuffer(file, size) in gzbuffer()
343 int ZEXPORT gzrewind(file) in gzrewind()
366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64()
443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek()
455 z_off64_t ZEXPORT gztell64(file) in gztell64()
472 z_off_t ZEXPORT gztell(file) in gztell()
482 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64()
505 z_off_t ZEXPORT gzoffset(file) in gzoffset()
515 int ZEXPORT gzeof(file) in gzeof()
532 const char * ZEXPORT gzerror(file, errnum) in gzerror()
553 void ZEXPORT gzclearerr(file) in gzclearerr()