Searched refs:pLast (Results 1 – 4 of 4) sorted by relevance
170 LIB_OBJECT_NODE* pLast; in libObjectAdd() local185 pLast = pRoot->pPrevious; in libObjectAdd()188 if (pLast->key.nHandle == LIB_OBJECT_HANDLE16_MAX) in libObjectAdd()194 pNew->key.nHandle = pLast->key.nHandle + 1; in libObjectAdd()196 pLast->pNext = pNew; in libObjectAdd()197 pNew->pPrevious = pLast; in libObjectAdd()
6469 const BlockEntry* const pLast = m_entries[idx]; in Parse() local6470 assert(pLast); in Parse()6472 const Block* const pBlock = pLast->GetBlock(); in Parse()7595 long Cluster::GetLast(const BlockEntry*& pLast) const in GetLast()7606 pLast = NULL; in GetLast()7616 pLast = NULL; in GetLast()7624 pLast = m_entries[idx]; in GetLast()7625 assert(pLast); in GetLast()
7418 const BlockEntry* const pLast = m_entries[idx]; in Parse() local7419 assert(pLast); in Parse()7421 const Block* const pBlock = pLast->GetBlock(); in Parse()8567 long Cluster::GetLast(const BlockEntry*& pLast) const in GetLast()8578 pLast = NULL; in GetLast()8588 pLast = NULL; in GetLast()8596 pLast = m_entries[idx]; in GetLast()8597 assert(pLast); in GetLast()