Home | History | Annotate | Download | only in lib

Lines Matching refs:tell_func

625   if(vf->callbacks.seek_func && vf->callbacks.tell_func){
627 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource);
632 /* If seek_func is implemented, tell_func must also be implemented */