Home
last modified time | relevance | path

Searched refs:z_off64_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dgzguts.h142 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
143 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
144 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
187 z_off64_t start; /* where the gzip data started, for rewinding */
195 z_off64_t skip; /* amount to skip (already rewound if backwards) */
215 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
218 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
H A Dadler32.c8 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
43 z_off64_t tmp = a >> 32; \
135 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) in adler32_combine_()
166 uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) in adler32_combine64()
H A Dzlib.h1837 z_off64_t pos;
1857 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
1858 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
1859 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
1860 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1861 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1862 ZEXTERN uLong ZEXPORT crc32_combine_gen64 OF((z_off64_t));
H A Dzconf.h541 # define z_off64_t off64_t macro
544 # define z_off64_t __int64 macro
546 # define z_off64_t z_off_t macro
H A Dcrc32.c101 local z_crc_t x2nmodp OF((z_off64_t n, unsigned k));
561 local z_crc_t x2nmodp(z_off64_t n, unsigned k) in x2nmodp()
1059 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) in crc32_combine64()
1074 uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) in crc32_combine_gen64()
H A DChangeLog407 - Move z_off64_t to public interface, use instead of off64_t
505 - Use z_off64_t in gz_zero() and gz_skip() to match state->skip
506 - Avoid comparison problem when sizeof(int) == sizeof(z_off64_t)
596 - Simplify 64-bit file support by introducing z_off64_t type
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c181 #define z_off64_t int64_t macro