Lines Matching refs:topos
234 Double topos = AUDIO_UNKNOWN_TIME;
237 return (Copy(to, frompos, topos, limit));
243 // frompos and topos are updated with the final positions.
249 Double& topos,
259 if (Undefined(topos))
260 topos = to->WritePosition();
273 err = AsyncCopy(to, frompos, topos, len);
328 Double& topos,
353 bptr = (caddr_t)tob->GetAddress(topos);
371 topos += limit;
372 tob->SetLength(topos);
393 svto = topos;
401 err = to->WriteData(bptr, bufsiz, topos);
402 limit = topos - svto;