Searched refs:gztell (Results 1 – 11 of 11) sorted by relevance
80 gztell;
129 if (pos != 6 || gztell(file) != pos) { in test_gzio()131 (long)pos, (long)gztell(file)); in test_gzio()
1885 # define gztell gztell64 macro1903 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
109 # define gztell z_gztell macro
437 z_off_t ZEXPORT gztell(gzFile file) { in gztell() function
98 # define gztell z_gztell macro
251 single call. gzseek() and gztell() may be limited to 4 GB depending on how
1154 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)1304 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and1337 - added test for gzseek and gztell in example.c
188 if (pos != 6+21 || gztell(file) != pos) {190 (long)pos, (long)gztell(file));
180 if (pos != 6 || gztell(file) != pos) {182 (long)pos, (long)gztell(file));
475 z_off_t ZEXPORT gztell(file) in gztell() function