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

/freebsd-10.3-release/lib/libz/
H A Dzlib.h1114 7.6: size of z_off_t
1428 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1429 z_off_t offset, int whence));
1455 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1466 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1590 z_off_t len2));
1596 that the z_off_t type (like off_t) is a signed integer. If len2 is
1618 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1718 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, in
[all...]
H A Dgzlib.c442 z_off_t ZEXPORT gzseek(file, offset, whence)
444 z_off_t offset;
450 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
471 z_off_t ZEXPORT gztell(file)
477 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
504 z_off_t ZEXPORT gzoffset(file)
510 return ret == (z_off_t)ret ? (z_off_t)re
[all...]
H A Dzconf.h456 # ifndef z_off_t
457 # define z_off_t off_t macro
483 #define z_off_t off_t macro
488 #ifndef z_off_t
489 # define z_off_t long macro
498 # define z_off64_t z_off_t
H A Dzutil.h173 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
174 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dadler32.c168 z_off_t len2;
H A Dzutil.c58 switch ((int)(sizeof(z_off_t))) {
H A Dcrc32.c414 z_off_t len2;
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/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 Dopensolaris_crc32.c378 z_off_t len2;
/freebsd-10.3-release/lib/libz/test/
H A Dexample.c125 z_off_t pos;

Completed in 73 milliseconds