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

/barrelfish-master/include/
H A Dzconf.h293 # define z_off_t off_t
300 #ifndef z_off_t
301 # define z_off_t long macro
H A Dzlib.h964 7.6: size of z_off_t
1183 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1184 z_off_t offset, int whence));
1208 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1277 z_off_t len2));
1301 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
/barrelfish-master/lib/zlib/
H A Dadler32.c131 z_off_t len2;
H A Dzutil.c55 switch (sizeof(z_off_t)) {
H A Dgzio.c68 z_off_t start; /* start of compressed data in file (header skipped) */
69 z_off_t in; /* bytes into deflate or inflate */
70 z_off_t out; /* bytes out of deflate or inflate */
767 z_off_t ZEXPORT gzseek (file, offset, whence)
769 z_off_t offset;
881 z_off_t ZEXPORT gztell (file)
H A Dcrc32.c373 z_off_t len2;

Completed in 47 milliseconds