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