Home | History | Annotate | Download | only in zlib

Lines Matching refs:gzseek

1172    character will be discarded if the stream is repositioned with gzseek()
1186 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1195 supported; gzseek then compresses a sequence of zeroes up to the new
1198 gzseek returns the resulting offset location as measured in bytes from
1208 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1217 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)