uLong              57 tools/packfi2/adler32.c uLong ZEXPORT adler32(adler, buf, len)
uLong              58 tools/packfi2/adler32.c     uLong adler;
uLong             128 tools/packfi2/adler32.c uLong ZEXPORT adler32_combine(adler1, adler2, len2)
uLong             129 tools/packfi2/adler32.c     uLong adler1;
uLong             130 tools/packfi2/adler32.c     uLong adler2;
uLong              26 tools/packfi2/compress.c     uLong sourceLen;
uLong              36 tools/packfi2/compress.c     if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
uLong              40 tools/packfi2/compress.c     if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
uLong              66 tools/packfi2/compress.c     uLong sourceLen;
uLong              75 tools/packfi2/compress.c uLong ZEXPORT compressBound (sourceLen)
uLong              76 tools/packfi2/compress.c     uLong sourceLen;
uLong             370 tools/packfi2/crc32.c uLong ZEXPORT crc32_combine(crc1, crc2, len2)
uLong             371 tools/packfi2/crc32.c     uLong crc1;
uLong             372 tools/packfi2/crc32.c     uLong crc2;
uLong             489 tools/packfi2/deflate.c uLong ZEXPORT deflateBound(strm, sourceLen)
uLong             491 tools/packfi2/deflate.c     uLong sourceLen;
uLong             494 tools/packfi2/deflate.c     uLong destLen;
uLong             275 tools/packfi2/zconf.h typedef uLong FAR uLongf;
uLong              85 tools/packfi2/zlib.h     uLong    total_in;  /* total nb of input bytes read so far */
uLong              89 tools/packfi2/zlib.h     uLong    total_out; /* total nb of bytes output so far */
uLong              99 tools/packfi2/zlib.h     uLong   adler;      /* adler32 value of the uncompressed data */
uLong             100 tools/packfi2/zlib.h     uLong   reserved;   /* reserved for future use */
uLong             111 tools/packfi2/zlib.h     uLong   time;       /* modification time */
uLong             644 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
uLong             645 tools/packfi2/zlib.h                                        uLong sourceLen));
uLong             957 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
uLong            1010 tools/packfi2/zlib.h                                  const Bytef *source, uLong sourceLen));
uLong            1025 tools/packfi2/zlib.h                                   const Bytef *source, uLong sourceLen,
uLong            1040 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
uLong            1048 tools/packfi2/zlib.h                                    const Bytef *source, uLong sourceLen));
uLong            1260 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
uLong            1276 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2,
uLong            1285 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
uLong            1301 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
uLong              32 tools/packfi2/zutil.c uLong ZEXPORT zlibCompileFlags()
uLong              34 tools/packfi2/zutil.c     uLong flags;
uLong              43 tools/packfi2/zutil.c     switch (sizeof(uLong)) {