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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h782 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
788 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
H A Dexample.c133 if (pos != 6 || gztell(file) != pos) {
134 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
135 (long)pos, (long)gztell(file));
H A Dgzio.c767 z_off_t ZEXPORT gztell (file) function

Completed in 13 milliseconds