Lines Matching defs:seek_from_start
1507 sf_count_t seek_from_start = 0, retval ;
1525 /* Convert all SEEK_CUR and SEEK_END into seek_from_start to be
1534 seek_from_start = offset ;
1546 seek_from_start = psf->read_current + offset ;
1548 seek_from_start = psf->write_current + offset ;
1556 seek_from_start = psf->read_current + offset ;
1562 seek_from_start = psf->write_current + offset ;
1569 seek_from_start = psf->sf.frames + offset ;
1581 { if (seek_from_start < 0)
1586 else if (seek_from_start < 0 || seek_from_start > psf->sf.frames)
1594 retval = psf->seek (psf, new_mode, seek_from_start) ;