Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:seek_func

106     (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET);
512 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
722 int offsettest=(f?callbacks.seek_func(f,0,SEEK_CUR):-1);