Home | History | Annotate | Download | only in zlib

Lines Matching refs:z_off64_t

362 z_off64_t ZEXPORT gzseek64(file, offset, whence)
364 z_off64_t offset;
368 z_off64_t ret;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
444 z_off64_t ret;
446 ret = gzseek64(file, (z_off64_t)offset, whence);
451 z_off64_t ZEXPORT gztell64(file)
471 z_off64_t ret;
478 z_off64_t ZEXPORT gzoffset64(file)
481 z_off64_t offset;
504 z_off64_t ret;