Lines Matching refs:z_off64_t
347 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence)
350 z_off64_t ret;
378 ret = LSEEK(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR);
404 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
423 z_off64_t ret;
425 ret = gzseek64(file, (z_off64_t)offset, whence);
430 z_off64_t ZEXPORT gztell64(gzFile file)
448 z_off64_t ret;
455 z_off64_t ZEXPORT gzoffset64(gzFile file)
457 z_off64_t offset;
479 z_off64_t ret;