Searched refs:pCurrEntry (Results 1 – 2 of 2) sorted by relevance
5061 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument5063 assert(pCurrEntry); in GetNext()5064 assert(!pCurrEntry->EOS()); //? in GetNext()5066 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()5071 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()5075 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()5088 pCurrEntry = pNextEntry; in GetNext()5090 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
5058 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument5060 assert(pCurrEntry); in GetNext()5061 assert(!pCurrEntry->EOS()); //? in GetNext()5063 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()5068 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()5072 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()5085 pCurrEntry = pNextEntry; in GetNext()5087 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()