/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | zlib.h | 1888 ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int); 1889 ZEXTERN z_off_t ZEXPORT gztell64(gzFile); 1890 ZEXTERN z_off_t ZEXPORT gzoffset64(gzFile); 1893 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t); 1897 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int); 1898 ZEXTERN z_off_t ZEXPORT gztell(gzFile); 1899 ZEXTERN z_off_t ZEXPORT gzoffset(gzFile); 1901 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); 1902 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t); 1908 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); [all …]
|
H A D | 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
|
H A D | 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);
|
H A D | adler32.c | 158 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine()
|
H A D | zutil.c | 53 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
|
H A D | crc32.c | 1029 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() 1042 uLong ZEXPORT crc32_combine_gen(z_off_t len2) { in crc32_combine_gen()
|
/openbsd/lib/libz/ |
H A D | zlib.h | 1903 ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int); 1904 ZEXTERN z_off_t ZEXPORT gztell64(gzFile); 1905 ZEXTERN z_off_t ZEXPORT gzoffset64(gzFile); 1912 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int); 1913 ZEXTERN z_off_t ZEXPORT gztell(gzFile); 1914 ZEXTERN z_off_t ZEXPORT gzoffset(gzFile); 1915 ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t); 1916 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); 1917 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t); 1923 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); [all …]
|
H A D | gzlib.c | 415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek() 419 return ret == (z_off_t)ret ? (z_off_t)ret : -1; in gzseek() 438 z_off_t ZEXPORT gztell(gzFile file) { in gztell() 442 return ret == (z_off_t)ret ? (z_off_t)ret : -1; in gztell() 467 z_off_t ZEXPORT gzoffset(gzFile file) { in gzoffset() 471 return ret == (z_off_t)ret ? (z_off_t)ret : -1; in gzoffset()
|
H A D | zconf.h | 485 # ifndef z_off_t 486 # define z_off_t off_t macro 509 #ifndef z_off_t 510 # define z_off_t long long macro 522 # define z_off64_t z_off_t
|
H A D | adler32.c | 156 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine()
|
H A D | zutil.c | 51 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
|
H A D | crc32.c | 1027 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() 1040 uLong ZEXPORT crc32_combine_gen(z_off_t len2) { in crc32_combine_gen()
|
H A D | ChangeLog | 694 - Provide two versions of all functions that use the z_off_t type for 836 - Use z_off_t for adler32_combine() and crc32_combine() lengths
|
/openbsd/sys/lib/libz/ |
H A D | zlib.h | 1903 ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int); 1904 ZEXTERN z_off_t ZEXPORT gztell64(gzFile); 1905 ZEXTERN z_off_t ZEXPORT gzoffset64(gzFile); 1912 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int); 1913 ZEXTERN z_off_t ZEXPORT gztell(gzFile); 1914 ZEXTERN z_off_t ZEXPORT gzoffset(gzFile); 1915 ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t); 1916 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); 1917 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t); 1923 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); [all …]
|
H A D | zconf.h | 441 # define z_off_t long macro 492 # ifndef z_off_t 493 # define z_off_t off_t macro 516 #ifndef z_off_t 517 # define z_off_t long long macro 529 # define z_off64_t z_off_t
|
H A D | adler32.c | 156 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine()
|
H A D | zutil.c | 54 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
|
H A D | crc32.c | 1027 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() 1040 uLong ZEXPORT crc32_combine_gen(z_off_t len2) { in crc32_combine_gen()
|
/openbsd/usr.bin/grep/ |
H A D | binary.c | 72 if (gzseek(f, (z_off_t)0, SEEK_SET) == -1) in gzbin_file()
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/ |
H A D | typemap | 7 z_off_t T_UV
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
H A D | typemap | 17 z_off_t T_UV
|
H A D | Zlib.xs | 42 #ifndef z_off_t 43 # define z_off_t long macro 1041 z_off_t len2 1057 z_off_t len2
|
/openbsd/regress/lib/libz/ |
H A D | example.c | 91 z_off_t pos; in test_gzio()
|