Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzlib.h1862 # define gztell gztell64 macro
1878 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
H A Dzconf.h101 # define gztell z_gztell macro
H A Dgzlib.c475 z_off_t ZEXPORT gztell(file) in gztell() function
H A Dzconf.h.in95 # define gztell z_gztell macro
H A DFAQ252 single call. gzseek() and gztell() may be limited to 4 GB depending on how
H A DChangeLog1051 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
1201 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
1234 - added test for gzseek and gztell in example.c
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c180 if (pos != 6 || gztell(file) != pos) {
182 (long)pos, (long)gztell(file));
H A Dexample.c188 if (pos != 6+21 || gztell(file) != pos) {
190 (long)pos, (long)gztell(file));
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c163 if (pos != 6 || gztell(file) != pos) {
165 (long)pos, (long)gztell(file));
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzlib.c475 z_off_t ZEXPORT gztell(file) in gztell() function