Lines Matching refs:ZEXPORT
191 #define ZEXPORT
357 # define ZEXPORT WINAPI
369 # define ZEXPORT __declspec(dllexport)
372 # define ZEXPORT __declspec(dllimport)
381 #ifndef ZEXPORT
382 # define ZEXPORT
1073 unsigned long ZEXPORT crc32(crc, buf, len)
1161 uLong ZEXPORT adler32(adler, buf, len)
2329 int ZEXPORT inflateReset(strm)
2354 int ZEXPORT inflatePrime(strm, bits, value)
2370 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
2413 int ZEXPORT inflateInit_(strm, version, stream_size)
2773 int ZEXPORT inflate(strm, flush)
3374 int ZEXPORT inflateEnd(strm)
3388 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
3430 int ZEXPORT inflateGetHeader(strm, head)
3483 int ZEXPORT inflateSync(strm)
3534 int ZEXPORT inflateSyncPoint(strm)
3544 int ZEXPORT inflateCopy(dest, source)
3808 gzFile ZEXPORT gzfopen (fp, mode)
3980 int ZEXPORT gzread (file, buf, len)