Searched refs:z_off_t (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zlib.h | 1869 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); 1870 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); 1871 ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile)); 1873 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); 1877 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); 1878 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); 1879 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); 1880 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); 1881 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); 1886 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); [all …]
|
| H A D | gzlib.c | 446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() 448 z_off_t offset; 454 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 475 z_off_t ZEXPORT gztell(file) in gztell() 481 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 508 z_off_t ZEXPORT gzoffset(file) in gzoffset() 514 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
|
| H A D | zconf.h | 485 # ifndef z_off_t 486 # define z_off_t off_t macro 515 #define z_off_t off_t macro 520 #ifndef z_off_t 521 # define z_off_t long macro 530 # define z_off64_t z_off_t
|
| H A D | zutil.h | 194 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 195 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
|
| H A D | zconf.h.in | 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
|
| H A D | adler32.c | 175 z_off_t len2;
|
| H A D | zutil.c | 55 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
|
| H A D | crc32.c | 431 z_off_t len2;
|
| H A D | ChangeLog | 588 - Provide two versions of all functions that use the z_off_t type for 730 - Use z_off_t for adler32_combine() and crc32_combine() lengths
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzlib.c | 446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() 448 z_off_t offset; 454 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 475 z_off_t ZEXPORT gztell(file) in gztell() 481 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 508 z_off_t ZEXPORT gzoffset(file) in gzoffset() 514 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
|
| H A D | gzcompatibility.h | 17 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file)); 25 # define z_off64_t z_off_t
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | example_original.c | 142 z_off_t pos;
|
| H A D | example.c | 150 z_off_t pos;
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 125 z_off_t pos;
|