ZEXPORT            57 tools/packfi2/adler32.c uLong ZEXPORT adler32(adler, buf, len)
ZEXPORT           128 tools/packfi2/adler32.c uLong ZEXPORT adler32_combine(adler1, adler2, len2)
ZEXPORT            22 tools/packfi2/compress.c int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
ZEXPORT            62 tools/packfi2/compress.c int ZEXPORT compress (dest, destLen, source, sourceLen)
ZEXPORT            75 tools/packfi2/compress.c uLong ZEXPORT compressBound (sourceLen)
ZEXPORT           205 tools/packfi2/crc32.c const unsigned long FAR * ZEXPORT get_crc_table()
ZEXPORT           219 tools/packfi2/crc32.c unsigned long ZEXPORT crc32(crc, buf, len)
ZEXPORT           370 tools/packfi2/crc32.c uLong ZEXPORT crc32_combine(crc1, crc2, len2)
ZEXPORT           204 tools/packfi2/deflate.c int ZEXPORT deflateInit_(strm, level, version, stream_size)
ZEXPORT           216 tools/packfi2/deflate.c int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
ZEXPORT           315 tools/packfi2/deflate.c int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
ZEXPORT           357 tools/packfi2/deflate.c int ZEXPORT deflateReset (strm)
ZEXPORT           393 tools/packfi2/deflate.c int ZEXPORT deflateSetHeader (strm, head)
ZEXPORT           404 tools/packfi2/deflate.c int ZEXPORT deflatePrime (strm, bits, value)
ZEXPORT           416 tools/packfi2/deflate.c int ZEXPORT deflateParams(strm, level, strategy)
ZEXPORT           454 tools/packfi2/deflate.c int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
ZEXPORT           489 tools/packfi2/deflate.c uLong ZEXPORT deflateBound(strm, sourceLen)
ZEXPORT           552 tools/packfi2/deflate.c int ZEXPORT deflate (strm, flush)
ZEXPORT           859 tools/packfi2/deflate.c int ZEXPORT deflateEnd (strm)
ZEXPORT           894 tools/packfi2/deflate.c int ZEXPORT deflateCopy (dest, source)
ZEXPORT           249 tools/packfi2/zconf.h #ifndef ZEXPORT
ZEXPORT           212 tools/packfi2/zlib.h ZEXTERN const char * ZEXPORT zlibVersion OF((void));
ZEXPORT           242 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
ZEXPORT           328 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
ZEXPORT           363 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
ZEXPORT           462 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
ZEXPORT           538 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
ZEXPORT           577 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
ZEXPORT           595 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
ZEXPORT           606 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
ZEXPORT           627 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
ZEXPORT           644 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
ZEXPORT           653 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
ZEXPORT           669 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm,
ZEXPORT           736 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
ZEXPORT           758 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
ZEXPORT           773 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
ZEXPORT           789 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
ZEXPORT           799 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
ZEXPORT           815 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm,
ZEXPORT           880 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
ZEXPORT           949 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
ZEXPORT           957 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
ZEXPORT          1009 tools/packfi2/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest,   uLongf *destLen,
ZEXPORT          1024 tools/packfi2/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
ZEXPORT          1040 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
ZEXPORT          1047 tools/packfi2/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
ZEXPORT          1068 tools/packfi2/zlib.h ZEXTERN gzFile ZEXPORT gzopen  OF((const char *path, const char *mode));
ZEXPORT          1085 tools/packfi2/zlib.h ZEXTERN gzFile ZEXPORT gzdopen  OF((int fd, const char *mode));
ZEXPORT          1098 tools/packfi2/zlib.h ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
ZEXPORT          1106 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzread  OF((gzFile file, voidp buf, unsigned len));
ZEXPORT          1114 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzwrite OF((gzFile file,
ZEXPORT          1135 tools/packfi2/zlib.h ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
ZEXPORT          1142 tools/packfi2/zlib.h ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
ZEXPORT          1151 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzputc OF((gzFile file, int c));
ZEXPORT          1157 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzgetc OF((gzFile file));
ZEXPORT          1163 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzungetc OF((int c, gzFile file));
ZEXPORT          1173 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzflush OF((gzFile file, int flush));
ZEXPORT          1183 tools/packfi2/zlib.h ZEXTERN z_off_t ZEXPORT    gzseek OF((gzFile file,
ZEXPORT          1201 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzrewind OF((gzFile file));
ZEXPORT          1208 tools/packfi2/zlib.h ZEXTERN z_off_t ZEXPORT    gztell OF((gzFile file));
ZEXPORT          1217 tools/packfi2/zlib.h ZEXTERN int ZEXPORT gzeof OF((gzFile file));
ZEXPORT          1223 tools/packfi2/zlib.h ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
ZEXPORT          1229 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzclose OF((gzFile file));
ZEXPORT          1236 tools/packfi2/zlib.h ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
ZEXPORT          1245 tools/packfi2/zlib.h ZEXTERN void ZEXPORT gzclearerr OF((gzFile file));
ZEXPORT          1260 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
ZEXPORT          1276 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2,
ZEXPORT          1285 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
ZEXPORT          1301 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
ZEXPORT          1317 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
ZEXPORT          1319 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
ZEXPORT          1321 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int  level, int  method,
ZEXPORT          1325 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int  windowBits,
ZEXPORT          1327 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
ZEXPORT          1349 tools/packfi2/zlib.h ZEXTERN const char   * ZEXPORT zError           OF((int));
ZEXPORT          1350 tools/packfi2/zlib.h ZEXTERN int            ZEXPORT inflateSyncPoint OF((z_streamp z));
ZEXPORT          1351 tools/packfi2/zlib.h ZEXTERN const uLongf * ZEXPORT get_crc_table    OF((void));
ZEXPORT            27 tools/packfi2/zutil.c const char * ZEXPORT zlibVersion()
ZEXPORT            32 tools/packfi2/zutil.c uLong ZEXPORT zlibCompileFlags()
ZEXPORT           133 tools/packfi2/zutil.c const char * ZEXPORT zError(err)