Searched defs:z_off_t (Results 1 - 3 of 3) 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
/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 26 milliseconds