Lines Matching defs:ZEXTERN

284 #define	ZEXTERN extern __declspec(dllexport)
286 #define ZEXTERN extern __declspec(dllimport)
296 #ifndef ZEXTERN
297 #define ZEXTERN extern
511 ZEXTERN const char *ZEXPORT zlibVersion OF((void));
521 * ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
545 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
629 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
644 * ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
659 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
722 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
738 * ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
801 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
834 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, z_streamp source));
858 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
870 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, int level, int strategy));
890 ZEXTERN int ZEXPORT deflateOutputPending OF((z_streamp strm));
898 * ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
934 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
954 ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
970 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
982 ZEXTERN int inflateIncomp OF((z_stream *strm));
1003 * ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1023 * ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1048 /* ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); */
1062 /* ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); */
1078 /* ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); */
1089 * ZEXTERN int ZEXPORT gzwrite OF((gzFile file, const voidp buf,
1098 /* ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); */
1109 /* ZEXTERN int ZEXPORT gzclose OF((gzFile file)); */
1116 /* ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum)); */
1133 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1150 /* ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); */
1173 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1175 ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
1177 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
1180 ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits,