z_off64_t 12 third_party/zlib/adler32.c local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2); z_off64_t 134 third_party/zlib/adler32.c z_off64_t len2; z_off64_t 166 third_party/zlib/adler32.c z_off64_t len2; z_off64_t 71 third_party/zlib/crc32.c local uLong crc32_combine_(uLong crc1, uLong crc2, z_off64_t len2); z_off64_t 375 third_party/zlib/crc32.c z_off64_t len2; z_off64_t 439 third_party/zlib/crc32.c z_off64_t len2; z_off64_t 66 third_party/zlib/gzguts.h ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); z_off64_t 67 third_party/zlib/gzguts.h ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); z_off64_t 68 third_party/zlib/gzguts.h ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); z_off64_t 91 third_party/zlib/gzguts.h z_off64_t pos; /* current position in uncompressed data */ z_off64_t 100 third_party/zlib/gzguts.h z_off64_t start; /* where the gzip data started, for rewinding */ z_off64_t 101 third_party/zlib/gzguts.h z_off64_t raw; /* where the raw data started, for seeking */ z_off64_t 108 third_party/zlib/gzguts.h z_off64_t skip; /* amount to skip (already rewound if backwards) */ z_off64_t 128 third_party/zlib/gzguts.h # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) z_off64_t 131 third_party/zlib/gzguts.h # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) z_off64_t 277 third_party/zlib/gzlib.c z_off64_t ZEXPORT gzseek64(file, offset, whence) z_off64_t 279 third_party/zlib/gzlib.c z_off64_t offset; z_off64_t 283 third_party/zlib/gzlib.c z_off64_t ret; z_off64_t 336 third_party/zlib/gzlib.c n = GT_OFF(state->have) || (z_off64_t)state->have > offset ? z_off64_t 358 third_party/zlib/gzlib.c z_off64_t ret; z_off64_t 360 third_party/zlib/gzlib.c ret = gzseek64(file, (z_off64_t)offset, whence); z_off64_t 365 third_party/zlib/gzlib.c z_off64_t ZEXPORT gztell64(file) z_off64_t 385 third_party/zlib/gzlib.c z_off64_t ret; z_off64_t 392 third_party/zlib/gzlib.c z_off64_t ZEXPORT gzoffset64(file) z_off64_t 395 third_party/zlib/gzlib.c z_off64_t offset; z_off64_t 418 third_party/zlib/gzlib.c z_off64_t ret; z_off64_t 15 third_party/zlib/gzread.c local int gz_skip OF((gz_statep, z_off64_t)); z_off64_t 332 third_party/zlib/gzread.c z_off64_t len; z_off64_t 340 third_party/zlib/gzread.c n = GT_OFF(state->have) || (z_off64_t)state->have > len ? z_off64_t 11 third_party/zlib/gzwrite.c local int gz_zero OF((gz_statep, z_off64_t)); z_off64_t 113 third_party/zlib/gzwrite.c z_off64_t len; z_off64_t 126 third_party/zlib/gzwrite.c n = GT_OFF(state->size) || (z_off64_t)state->size > len ? z_off64_t 1572 third_party/zlib/zlib.h ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); z_off64_t 1573 third_party/zlib/zlib.h ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); z_off64_t 1574 third_party/zlib/zlib.h ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); z_off64_t 1575 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t)); z_off64_t 1576 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));