Home | History | Annotate | Download | only in dist

Lines Matching defs:pLast

12129   TriggerStep *pLast;  /* Last element in link-list. Valid for 1st elem only */
16665 struct MemBlockHdr *pLast;
16833 pHdr->pPrev = mem.pLast;
16834 if( mem.pLast ){
16835 mem.pLast->pNext = pHdr;
16839 mem.pLast = pHdr;
16894 assert( mem.pLast==pHdr );
16895 mem.pLast = pHdr->pPrev;
39727 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
39760 p->pLast = 0;
39783 p->pLast = 0;
39821 struct RowSetEntry *pLast; /* The last prior entry */
39830 pLast = p->pLast;
39831 if( pLast ){
39832 if( (p->rsFlags & ROWSET_SORTED)!=0 && rowid<=pLast->v ){
39835 pLast->pRight = pEntry;
39839 p->pLast = pEntry;
40102 pRowSet->pLast = 0;
45057 /* pPager->pLast = 0; */
50227 PgHdr *pLast = 0; /* Last frame in list */
50316 pLast = p;
50339 rc = walWriteOneFrame(&w, pLast, nTruncate, iOffset);
50375 rc = walIndexAppend(pWal, iFrame, pLast->pgno);
70634 Mem *pLast; /* Last field of the record */
70665 pLast = &pData0[nField-1];
70675 assert( pData0<=pLast );
70680 assert( zAffinity[0]==0 || pRec<=pLast );
70687 pRec = pLast;
70736 assert( pData0<=pLast );
70742 }while( (++pRec)<=pLast );
87288 ** column currently under construction. pLast is the last token
116042 WhereLoop *pLast, /* Add this WhereLoop to the end of pPath->aLoop[] */
116103 pLoop = iLoop<nLoop ? pPath->aLoop[iLoop] : pLast;
116307 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){
116311 if( pLast ) zName[i++] = pLast->cId;
120563 yymsp[-2].minor.yy473->pLast->pNext = yymsp[-1].minor.yy473;
120564 yymsp[-2].minor.yy473->pLast = yymsp[-1].minor.yy473;
120571 yymsp[-1].minor.yy473->pLast = yymsp[-1].minor.yy473;