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

12

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dzconf.h297 # define z_off_t off_t macro
305 #ifndef z_off_t
306 # define z_off_t long macro
H A Dzconf.in.h295 # define z_off_t off_t
302 #ifndef z_off_t
303 # define z_off_t long macro
H A Dzlib.h966 7.6: size of z_off_t
1185 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1186 z_off_t offset, int whence));
1210 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1279 z_off_t len2));
1305 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
H A Dadler32.c133 z_off_t len2;
H A Dzutil.c57 switch (sizeof(z_off_t)) {
H A Dgzio.c70 z_off_t start; /* start of compressed data in file (header skipped) */
71 z_off_t in; /* bytes into deflate or inflate */
72 z_off_t out; /* bytes out of deflate or inflate */
774 z_off_t ZEXPORT gzseek (file, offset, whence)
776 z_off_t offset;
888 z_off_t ZEXPORT gztell (file)
H A Dcrc32.c385 z_off_t len2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dzconf.h293 # define z_off_t off_t
300 #ifndef z_off_t
301 # define z_off_t long macro
H A Dzconf.in.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));
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;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.h286 # define z_off_t off_t macro
293 #ifndef z_off_t
294 # define z_off_t long macro
1066 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
1094 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dzconf.h62 #define z_off_t off_t macro
H A Dzlib.h966 7.6: size of z_off_t
1185 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1186 z_off_t offset, int whence));
1210 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1279 z_off_t len2));
1303 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
H A Dadler32.c131 z_off_t len2;
H A Dzutil.c60 switch (sizeof(z_off_t)) {
H A Dcrc32.c378 z_off_t len2;
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Dunzip.h316 extern z_off_t ZEXPORT unztell OF((unzFile file));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/minizip/
H A Dunzip.h314 extern z_off_t ZEXPORT unztell OF((unzFile file));
/netbsd-6-1-5-RELEASE/common/dist/zlib/as400/
H A Dzlib.inc74 D z_off_t S 10i 0 Stream offsets
164 D like(z_off_t)
166 D offset value like(z_off_t) Offset
173 D like(z_off_t)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/as400/
H A Dzlib.inc74 D z_off_t S 10i 0 Stream offsets
164 D like(z_off_t)
166 D offset value like(z_off_t) Offset
173 D like(z_off_t)
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dgzjoin.c289 z_off_t len; /* length of uncompressed data (support > 4 GB) */

Completed in 275 milliseconds

12