Searched refs:z_off_t (Results 1 - 14 of 14) sorted by relevance
/vbox/src/libs/zlib-1.2.6/ |
H A D | zlib.h | 1094 7.6: size of z_off_t 1405 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file, 1406 z_off_t offset, int whence)); 1432 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file)); 1443 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file)); 1567 z_off_t len2)); 1573 that the z_off_t type (like off_t) is a signed integer. If len2 is 1596 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2)); 1697 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, in [all...] |
H A D | gzlib.c | 373 z_off_t ZEXPORT gzseek(file, offset, whence) 375 z_off_t offset; 381 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 402 z_off_t ZEXPORT gztell(file) 408 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 435 z_off_t ZEXPORT gzoffset(file) 441 return ret == (z_off_t)ret ? (z_off_t)re [all...] |
H A D | zconf.h | 519 # ifndef z_off_t 520 # define z_off_t off_t macro 530 #ifndef z_off_t 531 # define z_off_t long macro 540 # define z_off64_t z_off_t
|
H A D | zconf.h.cmakein | 426 # ifndef z_off_t 427 # define z_off_t off_t 437 #ifndef z_off_t 438 # define z_off_t long 447 # define z_off64_t z_off_t
|
H A D | zconf.h.in | 424 # ifndef z_off_t 425 # define z_off_t off_t 435 #ifndef z_off_t 436 # define z_off_t long 445 # define z_off64_t z_off_t
|
H A D | zutil.h | 172 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 173 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
|
H A D | adler32.c | 168 z_off_t len2;
|
H A D | zutil.c | 55 switch ((int)(sizeof(z_off_t))) {
|
H A D | crc32.c | 436 z_off_t len2;
|
/vbox/src/libs/zlib-1.2.6/as400/ |
H A D | zlib.inc | 83 D z_off_t S 10i 0 Stream offsets 205 D like(z_off_t) 207 D offset value like(z_off_t) Offset 211 D like(z_off_t) 213 D offset value like(z_off_t) Offset 228 D like(z_off_t) 232 D like(z_off_t) 242 D like(z_off_t) 246 D like(z_off_t)
|
/vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
H A D | unzip.h | 393 extern z_off_t ZEXPORT unztell OF((unzFile file));
|
H A D | unzip.c | 1889 extern z_off_t ZEXPORT unztell (unzFile file) 1901 return (z_off_t)pfile_in_zip_read_info->stream.total_out;
|
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | gzjoin.c | 287 z_off_t len; /* length of uncompressed data (support > 4 GB) */
|
/vbox/src/libs/zlib-1.2.6/test/ |
H A D | example.c | 125 z_off_t pos;
|
Completed in 1684 milliseconds