Lines Matching refs:pLast
12130 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
16657 struct MemBlockHdr *pLast; member
16825 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()
16826 if( mem.pLast ){ in sqlite3MemMalloc()
16827 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()
16831 mem.pLast = pHdr; in sqlite3MemMalloc()
16886 assert( mem.pLast==pHdr ); in sqlite3MemFree()
16887 mem.pLast = pHdr->pPrev; in sqlite3MemFree()
39713 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
39746 p->pLast = 0;
39769 p->pLast = 0;
39807 struct RowSetEntry *pLast; /* The last prior entry */
39816 pLast = p->pLast;
39817 if( pLast ){
39818 if( (p->rsFlags & ROWSET_SORTED)!=0 && rowid<=pLast->v ){
39821 pLast->pRight = pEntry;
39825 p->pLast = pEntry;
40088 pRowSet->pLast = 0;
50221 PgHdr *pLast = 0; /* Last frame in list */
50310 pLast = p;
50333 rc = walWriteOneFrame(&w, pLast, nTruncate, iOffset);
50369 rc = walIndexAppend(pWal, iFrame, pLast->pgno);
70636 Mem *pLast; /* Last field of the record */
70667 pLast = &pData0[nField-1];
70677 assert( pData0<=pLast );
70682 assert( zAffinity[0]==0 || pRec<=pLast );
70689 pRec = pLast;
70738 assert( pData0<=pLast );
70744 }while( (++pRec)<=pLast );
116069 WhereLoop *pLast, /* Add this WhereLoop to the end of pPath->aLoop[] */
116130 pLoop = iLoop<nLoop ? pPath->aLoop[iLoop] : pLast;
116334 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){
116338 if( pLast ) zName[i++] = pLast->cId;
120590 yymsp[-2].minor.yy473->pLast->pNext = yymsp[-1].minor.yy473;
120591 yymsp[-2].minor.yy473->pLast = yymsp[-1].minor.yy473;
120598 yymsp[-1].minor.yy473->pLast = yymsp[-1].minor.yy473;