Home | History | Annotate | Download | only in old

Lines Matching full:gzseek

124 <li> z_off_t     <a href="#gzseek">gzseek</a> (gzFile file, z_off_t offset, int whence);
289 <font color="Blue"><dt> z_off_t <a name="gzseek">gzseek</a> (gzFile file, z_off_t offset, int whence);</font>
298 supported ; <a href="#gzseek">gzseek</a> then compresses a sequence of zeroes up to the new
301 <a href="#gzseek">gzseek</a> returns the resulting offset location as measured in bytes from
311 <a href="#gzrewind">gzrewind</a>(file) is equivalent to (int)<a href="#gzseek">gzseek</a>(file, 0L, SEEK_SET)
321 <a href="#gztell">gztell</a>(file) is equivalent to <a href="#gzseek">gzseek</a>(file, 0L, SEEK_CUR)