| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzcompatibility.h | 17 ZEXTERN z_off_t ZEXPORT gzoffset _Z_OF((gzFile file)); 25 # define z_off64_t z_off_t
|
| gzlib.c | 417 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { 421 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 440 z_off_t ZEXPORT gztell(gzFile file) { 444 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 469 z_off_t ZEXPORT gzoffset(gzFile file) { 473 return ret == (z_off_t)ret ? (z_off_t)ret : -1 [all...] |
| /src/common/dist/zlib/ |
| zlib.h | 1188 7.6: size of z_off_t 1553 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file, 1554 z_off_t offset, int whence); 1580 ZEXTERN z_off_t ZEXPORT gztell(gzFile file); 1591 ZEXTERN z_off_t ZEXPORT gzoffset(gzFile file); 1722 z_off_t len2); 1728 that the z_off_t type (like off_t) is a signed integer. If len2 is 1759 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2); 1769 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2); 1892 ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int) [all...] |
| gzlib.c | 412 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { 416 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 435 z_off_t ZEXPORT gztell(gzFile file) { 439 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 464 z_off_t ZEXPORT gzoffset(gzFile file) { 468 return ret == (z_off_t)ret ? (z_off_t)ret : -1 [all...] |
| zconf.h | 452 * defines z_off_t to be off_t rather than long -- only if 526 # ifndef z_off_t 527 # define z_off_t off_t macro 550 #ifndef z_off_t 551 # define z_off_t long macro 563 # define z_off64_t z_off_t
|
| zutil.h | 187 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off_t); 188 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t); 189 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t);
|
| zconf.h.cmakein | 490 # ifndef z_off_t 491 # define z_off_t off_t 514 #ifndef z_off_t 515 # define z_off_t long 524 # define z_off64_t z_off_t
|
| zconf.h.in | 488 # ifndef z_off_t 489 # define z_off_t off_t 512 #ifndef z_off_t 513 # define z_off_t long 522 # define z_off64_t z_off_t
|
| /src/external/gpl3/binutils/dist/zlib/ |
| zlib.h | 1186 7.6: size of z_off_t 1551 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file, 1552 z_off_t offset, int whence); 1578 ZEXTERN z_off_t ZEXPORT gztell(gzFile file); 1589 ZEXTERN z_off_t ZEXPORT gzoffset(gzFile file); 1720 z_off_t len2); 1726 that the z_off_t type (like off_t) is a signed integer. If len2 is 1755 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2); 1765 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2); 1888 ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int) [all...] |
| gzlib.c | 412 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { 416 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 435 z_off_t ZEXPORT gztell(gzFile file) { 439 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 464 z_off_t ZEXPORT gzoffset(gzFile file) { 468 return ret == (z_off_t)ret ? (z_off_t)ret : -1 [all...] |
| zconf.h | 488 # ifndef z_off_t 489 # define z_off_t off_t macro 512 #ifndef z_off_t 513 # define z_off_t long macro 522 # define z_off64_t z_off_t
|
| zutil.h | 173 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off_t); 174 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t); 175 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t);
|
| zconf.h.cmakein | 490 # ifndef z_off_t 491 # define z_off_t off_t 514 #ifndef z_off_t 515 # define z_off_t long 524 # define z_off64_t z_off_t
|
| zconf.h.in | 488 # ifndef z_off_t 489 # define z_off_t off_t 512 #ifndef z_off_t 513 # define z_off_t long 522 # define z_off64_t z_off_t
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| zlib.h | 1183 7.6: size of z_off_t 1548 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file, 1549 z_off_t offset, int whence)); 1575 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file)); 1586 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file)); 1717 z_off_t len2)); 1723 that the z_off_t type (like off_t) is a signed integer. If len2 is 1752 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2)); 1762 ZEXTERN uLong ZEXPORT crc32_combine_gen OF((z_off_t len2)); 1885 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)) [all...] |
| gzlib.c | 445 z_off_t ZEXPORT gzseek(file, offset, whence) 447 z_off_t offset; 453 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 474 z_off_t ZEXPORT gztell(file) 480 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 507 z_off_t ZEXPORT gzoffset(file) 513 return ret == (z_off_t)ret ? (z_off_t)ret : -1 [all...] |
| zconf.h | 479 # ifndef z_off_t 480 # define z_off_t off_t macro 503 #ifndef z_off_t 504 # define z_off_t long macro 513 # define z_off64_t z_off_t
|
| 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));
|
| zconf.h.cmakein | 481 # ifndef z_off_t 482 # define z_off_t off_t 505 #ifndef z_off_t 506 # define z_off_t long 515 # define z_off64_t z_off_t
|
| zconf.h.in | 479 # ifndef z_off_t 480 # define z_off_t off_t 503 #ifndef z_off_t 504 # define z_off_t long 513 # define z_off64_t z_off_t
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| zlib.d | 1186 7.6: size of z_off_t 1312 alias z_off_t = int; // file offset 1555 z_off_t gzseek(gzFile file, z_off_t offset, int whence); 1580 z_off_t gztell(gzFile file); 1590 z_off_t gzoffset(gzFile file); 1716 uint adler32_combine(uint adler1, uint adler2, z_off_t len2); 1722 that the z_off_t type (like off_t) is a signed integer. If len2 is 1749 uint crc32_combine(uint crc1, uint crc2, z_off_t len2); 1759 uint crc32_combine_gen(z_off_t len2) [all...] |
| /src/sys/net/ |
| zlib.h | 287 # define z_off_t off_t macro 294 #ifndef z_off_t 295 # define z_off_t long macro 1067 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int); 1095 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zconf.h | 62 #define z_off_t off_t macro
|
| zlib.h | 966 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));
|
| /src/common/dist/zlib/os400/ |
| zlib.inc | 84 D z_off_t S 10i 0 Stream offsets 224 D like(z_off_t) 226 D offset value like(z_off_t) Offset 230 D like(z_off_t) 232 D offset value like(z_off_t) Offset 247 D like(z_off_t) 251 D like(z_off_t) 261 D like(z_off_t) 265 D like(z_off_t)
|