Searched refs:gztell (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c163 if (pos != 6 || gztell(file) != pos) {
164 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
165 (long)pos, (long)gztell(file));
/freebsd-11-stable/sys/contrib/zlib/
H A Dzlib.h1441 provided, but could be inferred from the result of gztell(). This behavior
1575 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1582 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1859 # define gztell gztell64 macro
1875 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
H A Dzconf.h95 # define gztell z_gztell macro
H A Dgzlib.c475 z_off_t ZEXPORT gztell(file) function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h1210 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1216 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)

Completed in 111 milliseconds