Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzlib.h1869 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 Dgzlib.c446 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 Dzconf.h485 # 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 Dzutil.h194 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 Dzconf.h.in479 # 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 Dadler32.c175 z_off_t len2;
H A Dzutil.c55 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
H A Dcrc32.c431 z_off_t len2;
H A DChangeLog588 - 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 Dgzlib.c446 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 Dgzcompatibility.h17 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 Dexample_original.c142 z_off_t pos;
H A Dexample.c150 z_off_t pos;
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c125 z_off_t pos;