Home | History | Annotate | Download | only in zlib

Lines Matching refs:z_off_t

439 z_off_t ZEXPORT gzseek(file, offset, whence)
441 z_off_t offset;
447 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
468 z_off_t ZEXPORT gztell(file)
474 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
501 z_off_t ZEXPORT gzoffset(file)
507 return ret == (z_off_t)ret ? (z_off_t)ret : -1;