Lines Matching refs:gzseek
10 - Avoid a conversion error in gzseek when off_t type too small
91 - Fix gzseek() problem on MinGW due to buggy _lseeki64 there
289 - Allow gzrewind() and gzseek() after a premature end-of-file
290 - Simplify gzseek() now that raw after gzip is ignored
435 - Fix big fat stinking bug in gzseek() on uncompressed files
498 - Fix bug in gzseek()
1115 - fix gzseek(..., SEEK_SET) in write mode
1199 - do not clear eof flag in gzseek (Mark Diekhans)
1200 - fix gzseek for files in transparent mode (Mark Diekhans)
1248 - fix gzseek which was broken in write mode
1249 - return error for gzseek to negative absolute position
1257 - check gzseek in write mode in example.c
1258 - allocate extra buffer for seeks only if gzseek is actually called
1264 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
1297 - added test for gzseek and gztell in example.c