ZEXTERN 261 other-licenses/zlib/zconf.h #ifndef ZEXTERN ZEXTERN 212 other-licenses/zlib/zlib.h ZEXTERN const char * ZEXPORT zlibVersion OF((void)); ZEXTERN 242 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); ZEXTERN 328 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); ZEXTERN 363 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); ZEXTERN 462 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); ZEXTERN 538 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, ZEXTERN 577 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, ZEXTERN 595 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); ZEXTERN 606 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, ZEXTERN 627 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm, ZEXTERN 644 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, ZEXTERN 653 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, ZEXTERN 669 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, ZEXTERN 736 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm, ZEXTERN 758 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm)); ZEXTERN 773 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest, ZEXTERN 789 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm)); ZEXTERN 799 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm, ZEXTERN 815 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm, ZEXTERN 880 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, ZEXTERN 949 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm)); ZEXTERN 957 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); ZEXTERN 1009 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, ZEXTERN 1024 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, ZEXTERN 1040 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); ZEXTERN 1047 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, ZEXTERN 1068 other-licenses/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); ZEXTERN 1085 other-licenses/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); ZEXTERN 1098 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); ZEXTERN 1106 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ZEXTERN 1114 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ZEXTERN 1122 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); ZEXTERN 1135 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); ZEXTERN 1142 other-licenses/zlib/zlib.h ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); ZEXTERN 1151 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); ZEXTERN 1157 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); ZEXTERN 1163 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file)); ZEXTERN 1173 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); ZEXTERN 1183 other-licenses/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file, ZEXTERN 1201 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); ZEXTERN 1208 other-licenses/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file)); ZEXTERN 1217 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzeof OF((gzFile file)); ZEXTERN 1223 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); ZEXTERN 1229 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ZEXTERN 1236 other-licenses/zlib/zlib.h ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum)); ZEXTERN 1245 other-licenses/zlib/zlib.h ZEXTERN void ZEXPORT gzclearerr OF((gzFile file)); ZEXTERN 1260 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); ZEXTERN 1276 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2, ZEXTERN 1285 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); ZEXTERN 1301 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2)); ZEXTERN 1317 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, ZEXTERN 1319 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm, ZEXTERN 1321 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method, ZEXTERN 1325 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits, ZEXTERN 1327 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits, ZEXTERN 1349 other-licenses/zlib/zlib.h ZEXTERN const char * ZEXPORT zError OF((int)); ZEXTERN 1350 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp z)); ZEXTERN 1351 other-licenses/zlib/zlib.h ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));