Searched refs:pCurrEntry (Results 1 – 2 of 2) sorted by relevance
4706 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument4708 assert(pCurrEntry); in GetNext()4709 assert(!pCurrEntry->EOS()); //? in GetNext()4711 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()4716 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()4720 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()4733 pCurrEntry = pNextEntry; in GetNext()4735 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
4705 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument4707 assert(pCurrEntry); in GetNext()4708 assert(!pCurrEntry->EOS()); //? in GetNext()4710 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()4715 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()4719 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()4732 pCurrEntry = pNextEntry; in GetNext()4734 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()