Lines Matching refs:ZEXPORT
263 gzFile ZEXPORT gzopen(const char *path, const char *mode) {
268 gzFile ZEXPORT gzopen64(const char *path, const char *mode) {
273 gzFile ZEXPORT gzdopen(int fd, const char *mode) {
291 gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) {
297 int ZEXPORT gzbuffer(gzFile file, unsigned size) {
321 int ZEXPORT gzrewind(gzFile file) {
342 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) {
415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) {
423 z_off64_t ZEXPORT gztell64(gzFile file) {
438 z_off_t ZEXPORT gztell(gzFile file) {
446 z_off64_t ZEXPORT gzoffset64(gzFile file) {
467 z_off_t ZEXPORT gzoffset(gzFile file) {
475 int ZEXPORT gzeof(gzFile file) {
490 const char * ZEXPORT gzerror(gzFile file, int *errnum) {
508 void ZEXPORT gzclearerr(gzFile file) {