z_off_t 158 third_party/zlib/adler32.c z_off_t len2; z_off_t 1889 third_party/zlib/contrib/minizip/unzip.c extern z_off_t ZEXPORT unztell (unzFile file) z_off_t 1901 third_party/zlib/contrib/minizip/unzip.c return (z_off_t)pfile_in_zip_read_info->stream.total_out; z_off_t 393 third_party/zlib/contrib/minizip/unzip.h extern z_off_t ZEXPORT unztell OF((unzFile file)); z_off_t 431 third_party/zlib/crc32.c z_off_t len2; z_off_t 353 third_party/zlib/gzlib.c z_off_t ZEXPORT gzseek(file, offset, whence) z_off_t 355 third_party/zlib/gzlib.c z_off_t offset; z_off_t 361 third_party/zlib/gzlib.c return ret == (z_off_t)ret ? (z_off_t)ret : -1; z_off_t 382 third_party/zlib/gzlib.c z_off_t ZEXPORT gztell(file) z_off_t 388 third_party/zlib/gzlib.c return ret == (z_off_t)ret ? (z_off_t)ret : -1; z_off_t 415 third_party/zlib/gzlib.c z_off_t ZEXPORT gzoffset(file) z_off_t 421 third_party/zlib/gzlib.c return ret == (z_off_t)ret ? (z_off_t)ret : -1; z_off_t 385 third_party/zlib/zconf.h # ifndef z_off_t z_off_t 396 third_party/zlib/zconf.h #ifndef z_off_t z_off_t 403 third_party/zlib/zconf.h # define z_off64_t z_off_t z_off_t 1606 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); z_off_t 1607 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); z_off_t 1608 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile)); z_off_t 1609 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); z_off_t 1610 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); z_off_t 1613 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); z_off_t 1614 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); z_off_t 1615 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); z_off_t 1616 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); z_off_t 1617 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); z_off_t 1621 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); z_off_t 1622 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); z_off_t 1623 third_party/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); z_off_t 1624 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); z_off_t 1625 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); z_off_t 55 third_party/zlib/zutil.c switch ((int)(sizeof(z_off_t))) { z_off_t 179 third_party/zlib/zutil.h ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); z_off_t 180 third_party/zlib/zutil.h ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));