Searched refs:gztell (Results 1 – 10 of 10) sorted by relevance
1862 # define gztell gztell64 macro1878 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
101 # define gztell z_gztell macro
475 z_off_t ZEXPORT gztell(file) in gztell() function
95 # define gztell z_gztell macro
252 single call. gzseek() and gztell() may be limited to 4 GB depending on how
1051 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)1201 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and1234 - added test for gzseek and gztell in example.c
180 if (pos != 6 || gztell(file) != pos) {182 (long)pos, (long)gztell(file));
188 if (pos != 6+21 || gztell(file) != pos) {190 (long)pos, (long)gztell(file));
163 if (pos != 6 || gztell(file) != pos) {165 (long)pos, (long)gztell(file));