Home | History | Annotate | Download | only in include

Lines Matching defs:gzseek

1182    character will be discarded if the stream is repositioned with gzseek()
1197 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1206 supported; gzseek then compresses a sequence of zeroes up to the new
1209 gzseek returns the resulting offset location as measured in bytes from
1219 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1229 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1374 # define gzseek gzseek64
1380 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));