Lines Matching full:gzseek
1169 character will be discarded if the stream is repositioned with gzseek()
1183 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1192 supported; gzseek then compresses a sequence of zeroes up to the new
1195 gzseek returns the resulting offset location as measured in bytes from
1205 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1214 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)