Searched refs:pCurrEntry (Results 1 – 3 of 3) sorted by relevance
4702 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument4704 assert(pCurrEntry); in GetNext()4705 assert(!pCurrEntry->EOS()); //? in GetNext()4707 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()4712 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()4716 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()4729 pCurrEntry = pNextEntry; in GetNext()4731 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()
4711 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() argument4713 assert(pCurrEntry); in GetNext()4714 assert(!pCurrEntry->EOS()); //? in GetNext()4716 const Block* const pCurrBlock = pCurrEntry->GetBlock(); in GetNext()4721 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext()4725 long status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()4738 pCurrEntry = pNextEntry; in GetNext()4740 status = pCluster->GetNext(pCurrEntry, pNextEntry); in GetNext()