Home | History | Annotate | Download | only in orig

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;
39707 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
39740 p->pLast = 0;
39763 p->pLast = 0;
39801 struct RowSetEntry *pLast; /* The last prior entry */
39810 pLast = p->pLast;
39811 if( pLast ){
39812 if( (p->rsFlags & ROWSET_SORTED)!=0 && rowid<=pLast->v ){
39815 pLast->pRight = pEntry;
39819 p->pLast = pEntry;
40082 pRowSet->pLast = 0;
45037 /* pPager->pLast = 0; */
50207 PgHdr *pLast = 0; /* Last frame in list */
50296 pLast = p;
50319 rc = walWriteOneFrame(&w, pLast, nTruncate, iOffset);
50355 rc = walIndexAppend(pWal, iFrame, pLast->pgno);
70614 Mem *pLast; /* Last field of the record */
70645 pLast = &pData0[nField-1];
70655 assert( pData0<=pLast );
70660 assert( zAffinity[0]==0 || pRec<=pLast );
70667 pRec = pLast;
70716 assert( pData0<=pLast );
70722 }while( (++pRec)<=pLast );
87268 ** column currently under construction. pLast is the last token
116022 WhereLoop *pLast, /* Add this WhereLoop to the end of pPath->aLoop[] */
116083 pLoop = iLoop<nLoop ? pPath->aLoop[iLoop] : pLast;
116287 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){
116291 if( pLast ) zName[i++] = pLast->cId;
120543 yymsp[-2].minor.yy473->pLast->pNext = yymsp[-1].minor.yy473;
120544 yymsp[-2].minor.yy473->pLast = yymsp[-1].minor.yy473;
120551 yymsp[-1].minor.yy473->pLast = yymsp[-1].minor.yy473;