Searched refs:FLAC__off_t (Results 1 – 3 of 3) sorted by relevance
51 #define FLAC__off_t __int64 /* use this instead of off_t to fix the 2 GB limit */ macro62 #define FLAC__off_t off_t macro
3362 else if(fseeko(decoder->private_->file, (FLAC__off_t)absolute_byte_offset, SEEK_SET) < 0) in file_seek_callback_()3370 FLAC__off_t pos; in file_tell_callback_()
4466 if(fseeko(encoder->private_->file, (FLAC__off_t)absolute_byte_offset, SEEK_SET) < 0)4474 FLAC__off_t offset;