Lines Matching refs:gzseek
183 - Allow gzrewind() and gzseek() after a premature end-of-file
184 - Simplify gzseek() now that raw after gzip is ignored
329 - Fix big fat stinking bug in gzseek() on uncompressed files
392 - Fix bug in gzseek()
1009 - fix gzseek(..., SEEK_SET) in write mode
1093 - do not clear eof flag in gzseek (Mark Diekhans)
1094 - fix gzseek for files in transparent mode (Mark Diekhans)
1142 - fix gzseek which was broken in write mode
1143 - return error for gzseek to negative absolute position
1151 - check gzseek in write mode in example.c
1152 - allocate extra buffer for seeks only if gzseek is actually called
1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
1191 - added test for gzseek and gztell in example.c