Searched refs:z_off_t (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libz/
H A Dsfdcgzip.c65 #undef z_off_t macro
66 #define z_off_t z_off64_t macro
134 if (!val && gzsync(gz->gz, (z_off_t)(-1)) < 0)
140 return (*((Sfoff_t*)val) = gzsync(gz->gz, (z_off_t)(-1))) < 0 ? -1 : 0;
142 return gzsync(gz->gz, (z_off_t)(*((Sfoff_t*)val))) < 0 ? -1 : 0;
H A Dzconf.h13 #define z_off_t int32_t macro
308 # define z_off_t off_t
315 #ifndef z_off_t
316 # define z_off_t long macro
H A Dzlib.h964 7.6: size of z_off_t
1197 ZEXTERN z_off_t ZEXPORT gzsync OF((gzFile file, z_off_t offset));
1210 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1211 z_off_t offset, int whence));
1235 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1304 z_off_t len2));
1328 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
H A Dgzio.c80 z_off_t start; /* start of compressed data in file (header skipped) */
81 z_off_t in; /* bytes into deflate or inflate */
82 z_off_t out; /* bytes out of deflate or inflate */
912 z_off_t ZEXPORT gzseek (file, offset, whence)
914 z_off_t offset;
1041 z_off_t ZEXPORT gztell (file)
1198 #define z_OFF_t z_off_t
1230 z_off_t ZEXPORT gzsync (file, offset)
1232 z_off_t offset;
1234 return (z_off_t)gzsync6
[all...]
H A Dadler32.c131 z_off_t len2;
H A Dzutil.c55 switch (sizeof(z_off_t)) {
H A Dcrc32.c373 z_off_t len2;
H A Dexample.c96 z_off_t pos;
/ast/src/lib/libbz/
H A Dsfdcbzip.c122 return (*((Sfoff_t*)val) = bzsync(bz->bz, (z_off_t)(-1))) == -1 ? -1 : 0;
124 return bzsync(bz->bz, (z_off_t)(*((Sfoff_t*)val))) == -1 ? -1 : 0;
/ast/src/cmd/INIT/
H A Dratz.c179 #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);

Completed in 60 milliseconds