Searched refs:z_off_t (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | zlib.h | 1885 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); 1886 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); 1887 ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile)); 1888 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 1889 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); 1890 ZEXTERN uLong ZEXPORT crc32_combine_gen64 OF((z_off_t)); 1894 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); 1895 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); 1896 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); 1897 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); [all …]
|
H A D | zconf.h | 512 # ifndef z_off_t 513 # define z_off_t off_t macro 536 #ifndef z_off_t 537 # define z_off_t long macro 546 # define z_off64_t z_off_t
|
H A D | zutil.h | 192 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 193 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
|
H A D | adler32.c | 161 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) in adler32_combine()
|
H A D | zutil.c | 53 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
|
H A D | crc32.c | 1068 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) in crc32_combine() 1083 uLong ZEXPORT crc32_combine_gen(z_off_t len2) in crc32_combine_gen()
|
H A D | ChangeLog | 651 - Provide two versions of all functions that use the z_off_t type for 793 - Use z_off_t for adler32_combine() and crc32_combine() lengths
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 330 #define z_off_t off_t macro 337 #ifndef z_off_t 338 #define z_off_t long macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 179 #define z_off_t int32_t macro 425 # define z_off_t off_t macro 432 #ifndef z_off_t 433 # define z_off_t long macro 3652 z_off_t start; /* start of compressed data in file (header skipped) */ 3653 z_off_t in; /* bytes into deflate or inflate */ 3654 z_off_t out; /* bytes out of deflate or inflate */ 3799 s->start = (z_off_t)(ftell(s->file) - s->stream.avail_in);
|