Lines Matching refs:pLast
10490 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */
14431 struct MemBlockHdr *pLast;
14599 pHdr->pPrev = mem.pLast;
14600 if( mem.pLast ){
14601 mem.pLast->pNext = pHdr;
14605 mem.pLast = pHdr;
14660 assert( mem.pLast==pHdr );
14661 mem.pLast = pHdr->pPrev;
34377 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
34404 p->pLast = 0;
34427 p->pLast = 0;
34440 struct RowSetEntry *pLast; /* The last prior entry */
34457 pLast = p->pLast;
34458 if( pLast ){
34459 if( p->isSorted && rowid<=pLast->v ){
34462 pLast->pRight = pEntry;
34467 p->pLast = pEntry;
34534 p->pLast = 0;
34678 pRowSet->pLast = 0;
39313 /* pPager->pLast = 0; */
44068 PgHdr *pLast = 0; /* Last frame in list */
44147 pLast = p;
44162 if( (pData = sqlite3PagerCodec(pLast))==0 ) return SQLITE_NOMEM;
44164 pData = pLast->pData;
44166 walEncodeFrame(pWal, pLast->pgno, nTruncate, pData, aFrame);
44197 rc = walIndexAppend(pWal, iFrame, pLast->pgno);
60689 Mem *pLast; /* Last field of the record */
62829 Mem *pLast; /* Last field of the record */
62861 u.ao.pLast = &u.ao.pData0[u.ao.nField-1];
62872 for(u.ao.pRec=u.ao.pData0; u.ao.pRec<=u.ao.pLast; u.ao.pRec++){
62915 for(u.ao.pRec=u.ao.pData0; u.ao.pRec<=u.ao.pLast; u.ao.pRec++){
62919 for(u.ao.pRec=u.ao.pData0; u.ao.pRec<=u.ao.pLast; u.ao.pRec++){ /* serial data */
75891 ** column currently under construction. pLast is the last token
103206 yymsp[-2].minor.yy203->pLast->pNext = yymsp[-1].minor.yy203;
103207 yymsp[-2].minor.yy203->pLast = yymsp[-1].minor.yy203;
103214 yymsp[-1].minor.yy203->pLast = yymsp[-1].minor.yy203;