Lines Matching refs:z_off_t
415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) {
419 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
438 z_off_t ZEXPORT gztell(gzFile file) {
442 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
467 z_off_t ZEXPORT gzoffset(gzFile file) {
471 return ret == (z_off_t)ret ? (z_off_t)ret : -1;