Lines Matching refs:ZEXPORT
268 gzFile ZEXPORT gzopen(path, mode) in gzopen()
276 gzFile ZEXPORT gzopen64(path, mode) in gzopen64()
284 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen()
305 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w()
314 int ZEXPORT gzbuffer(file, size) in gzbuffer()
339 int ZEXPORT gzrewind(file) in gzrewind()
362 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64()
439 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek()
451 z_off64_t ZEXPORT gztell64(file) in gztell64()
468 z_off_t ZEXPORT gztell(file) in gztell()
478 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64()
501 z_off_t ZEXPORT gzoffset(file) in gzoffset()
511 int ZEXPORT gzeof(file) in gzeof()
528 const char * ZEXPORT gzerror(file, errnum) in gzerror()
549 void ZEXPORT gzclearerr(file) in gzclearerr()