Lines Matching refs:off_t
545 off_t (*r_lseek)(int, off_t, int) ) in mpg123_replace_reader() argument
557 off_t (*r_lseek)(void*, off_t, int), in mpg123_replace_reader_handle() argument
829 int attribute_align_arg mpg123_framebyframe_decode(mpg123_handle *mh, off_t *num, unsigned char **a… in mpg123_framebyframe_decode()
898 int attribute_align_arg mpg123_decode_frame(mpg123_handle *mh, off_t *num, unsigned char **audio, s… in mpg123_decode_frame()
1146 off_t attribute_align_arg mpg123_timeframe(mpg123_handle *mh, double seconds) in mpg123_timeframe()
1148 off_t b; in mpg123_timeframe()
1153 return (off_t)(seconds/mpg123_tpf(mh)); in mpg123_timeframe()
1164 off_t attribute_align_arg mpg123_tell(mpg123_handle *mh) in mpg123_tell()
1172 off_t pos = 0; in mpg123_tell()
1195 off_t attribute_align_arg mpg123_tellframe(mpg123_handle *mh) in mpg123_tellframe()
1204 off_t attribute_align_arg mpg123_tell_stream(mpg123_handle *mh) in mpg123_tell_stream()
1214 off_t fnum = SEEKFRAME(mh); in do_the_seek()
1257 off_t attribute_align_arg mpg123_seek(mpg123_handle *mh, off_t sampleoff, int whence) in mpg123_seek()
1260 off_t pos; in mpg123_seek()
1306 off_t attribute_align_arg mpg123_feedseek(mpg123_handle *mh, off_t sampleoff, int whence, off_t *in… in mpg123_feedseek()
1309 off_t pos; in mpg123_feedseek()
1364 off_t attribute_align_arg mpg123_seek_frame(mpg123_handle *mh, off_t offset, int whence) in mpg123_seek_frame()
1367 off_t pos = 0; in mpg123_seek_frame()
1400 int attribute_align_arg mpg123_set_filesize(mpg123_handle *mh, off_t size) in mpg123_set_filesize()
1408 off_t attribute_align_arg mpg123_framelength(mpg123_handle *mh) in mpg123_framelength()
1423 return (off_t)((double)(mh->rdat.filelen)/bpf+0.5); in mpg123_framelength()
1433 off_t attribute_align_arg mpg123_length(mpg123_handle *mh) in mpg123_length()
1436 off_t length; in mpg123_length()
1447 length = (off_t)((double)(mh->rdat.filelen)/bpf*mh->spf); in mpg123_length()
1464 off_t oldpos; in mpg123_scan()
1465 off_t track_frames = 0; in mpg123_scan()
1466 off_t track_samples = 0; in mpg123_scan()
1653 int attribute_align_arg mpg123_index(mpg123_handle *mh, off_t **offsets, off_t *step, size_t *fill) in mpg123_index()
1673 int attribute_align_arg mpg123_set_index(mpg123_handle *mh, off_t *offsets, off_t step, size_t fill) in mpg123_set_index()