Searched refs:z_off_t (Results 1 - 7 of 7) sorted by relevance
| /forgerock/web-agents-v4/zlib/ |
| H A D | zlib.h | 1114 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 D | gzlib.c | 439 z_off_t ZEXPORT gzseek(file, offset, whence) 441 z_off_t offset; 447 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 468 z_off_t ZEXPORT gztell(file) 474 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 501 z_off_t ZEXPORT gzoffset(file) 507 return ret == (z_off_t)ret ? (z_off_t)re [all...] |
| H A D | zconf.h | 454 # ifndef z_off_t 455 # define z_off_t off_t macro 478 #ifndef z_off_t 479 # define z_off_t long macro 488 # define z_off64_t z_off_t
|
| H A D | zutil.h | 173 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 D | adler32.c | 168 z_off_t len2;
|
| H A D | zutil.c | 58 switch ((int)(sizeof(z_off_t))) {
|
| H A D | crc32.c | 414 z_off_t len2;
|
Completed in 49 milliseconds