Searched refs:tell_off (Results 1 – 4 of 4) sorted by relevance
150 size_t n = min(nsamp, MAX_FILE_SIZE - (size_t)ft->tell_off); in write_samples()158 long num_samples = ft->tell_off - HEADER_SIZE; in stop_write()166 unsigned i, file_size = ft->tell_off >> 1; in stop_write()
101 ft->tell_off += ret; in lsx_readbuf()137 ft->tell_off += ret; in lsx_writebuf()156 return ft->seekable? (off_t)ftello((FILE*)ft->fp) : (off_t)ft->tell_off; in lsx_tell()172 ft->tell_off = 0; in lsx_rewind()200 ++ft->tell_off; in lsx_seeki()
1535 sox_uint64_t tell_off; /**< Current offset within file */ member
548 ft->tell_off = 0; in open_read()