Home
last modified time | relevance | path

Searched refs:z_off_t (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzlib.h1888 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 Dzconf.h488 # 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 Dzutil.h173 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 Dadler32.c158 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine()
H A Dzutil.c53 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
H A Dcrc32.c1029 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 Dzlib.h1903 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 Dgzlib.c415 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 Dzconf.h485 # 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 Dadler32.c156 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine()
H A Dzutil.c51 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
H A Dcrc32.c1027 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 DChangeLog694 - 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 Dzlib.h1903 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 Dzconf.h441 # 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 Dadler32.c156 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine()
H A Dzutil.c54 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
H A Dcrc32.c1027 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 Dbinary.c72 if (gzseek(f, (z_off_t)0, SEEK_SET) == -1) in gzbin_file()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A Dtypemap7 z_off_t T_UV
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A Dtypemap17 z_off_t T_UV
H A DZlib.xs42 #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 Dexample.c91 z_off_t pos; in test_gzio()