Lines Matching refs:z_off_t
351 z_off_t ZEXPORT gzseek(file, offset, whence) 353 z_off_t offset; 359 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 380 z_off_t ZEXPORT gztell(file) 386 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 413 z_off_t ZEXPORT gzoffset(file) 419 return ret == (z_off_t)ret ? (z_off_t)ret : -1;