Home
last modified time | relevance | path

Searched refs:gztell (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libz/
H A DSymbol.map80 gztell;
/freebsd/sys/contrib/zlib/test/
H A Dexample.c129 if (pos != 6 || gztell(file) != pos) { in test_gzio()
131 (long)pos, (long)gztell(file)); in test_gzio()
/freebsd/sys/contrib/zlib/
H A Dzlib.h1885 # define gztell gztell64 macro
1903 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
H A Dzconf.h109 # define gztell z_gztell macro
H A Dgzlib.c437 z_off_t ZEXPORT gztell(gzFile file) { in gztell() function
H A Dzconf.h.in98 # define gztell z_gztell macro
H A DFAQ251 single call. gzseek() and gztell() may be limited to 4 GB depending on how
H A DChangeLog1154 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
1304 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
1337 - added test for gzseek and gztell in example.c
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c188 if (pos != 6+21 || gztell(file) != pos) {
190 (long)pos, (long)gztell(file));
H A Dexample_original.c180 if (pos != 6 || gztell(file) != pos) {
182 (long)pos, (long)gztell(file));
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c475 z_off_t ZEXPORT gztell(file) in gztell() function