Searched refs:pLast (Results 1 – 7 of 7) sorted by relevance
499 Node* pLast = nullptr; in SetField() local501 pLast = pNode; in SetField()503 pNode = Lookup(pLast, name); in SetField()505 pNode = AddChild(pLast, name); in SetField()527 Node* pLast = nullptr; in GetField() local529 pLast = pNode; in GetField()531 pNode = Lookup(pLast, name); in GetField()546 Node* pLast = nullptr; in FindNode() local548 pLast = pNode; in FindNode()550 pNode = Lookup(pLast, name); in FindNode()
6302 const BlockEntry* const pLast = m_entries[idx]; in Parse() local6303 if (pLast == NULL) in Parse()6306 const Block* const pBlock = pLast->GetBlock(); in Parse()7222 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()7230 pLast = NULL; in GetLast()7239 pLast = NULL; in GetLast()7247 pLast = m_entries[idx]; in GetLast()7248 assert(pLast); in GetLast()
6388 const BlockEntry* const pLast = m_entries[idx]; in Parse() local6389 if (pLast == NULL) in Parse()6392 const Block* const pBlock = pLast->GetBlock(); in Parse()7310 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()7318 pLast = NULL; in GetLast()7327 pLast = NULL; in GetLast()7335 pLast = m_entries[idx]; in GetLast()7336 assert(pLast); in GetLast()
17093 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member21769 struct MemBlockHdr *pLast; member21937 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()21938 if( mem.pLast ){ in sqlite3MemMalloc()21939 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()21943 mem.pLast = pHdr; in sqlite3MemMalloc()21998 assert( mem.pLast==pHdr ); in sqlite3MemFree()21999 mem.pLast = pHdr->pPrev; in sqlite3MemFree()47425 struct RowSetEntry *pLast; /* Last entry on the pEntry list */47458 p->pLast = 0;[all …]
6976 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){ in idxScanFree() argument6979 for(p=pScan; p!=pLast; p=pNext){ in idxScanFree()6992 static void idxStatementFree(IdxStatement *pStatement, IdxStatement *pLast){ in idxStatementFree() argument6995 for(p=pStatement; p!=pLast; p=pNext){ in idxStatementFree()
6982 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){ in idxScanFree() argument6985 for(p=pScan; p!=pLast; p=pNext){ in idxScanFree()6998 static void idxStatementFree(IdxStatement *pStatement, IdxStatement *pLast){ in idxStatementFree() argument7001 for(p=pStatement; p!=pLast; p=pNext){ in idxStatementFree()