Lines Matching refs:z_off_t
421 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence)
426 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
446 z_off_t ZEXPORT gztell(gzFile file)
451 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
477 z_off_t ZEXPORT gzoffset(gzFile file)
482 return ret == (z_off_t)ret ? (z_off_t)ret : -1;