Lines Matching refs:pLast

11030   TriggerStep *pLast;  /* Last element in link-list. Valid for 1st elem only */
15062 struct MemBlockHdr *pLast;
15230 pHdr->pPrev = mem.pLast;
15231 if( mem.pLast ){
15232 mem.pLast->pNext = pHdr;
15236 mem.pLast = pHdr;
15291 assert( mem.pLast==pHdr );
15292 mem.pLast = pHdr->pPrev;
35874 PGroupBlock *pLast; /* Last PGroupBlock in list */
36141 assert( pList->pLast==0 );
36142 pList->pLast = pBlock;
36246 if( pBlock->mUsed==(((Bitmask)1<<pBlock->nEntry)-1) && pList->pLast!=pBlock ){
36249 assert( pList->pLast->pNext==0 );
36252 pBlock->pPrev = pList->pLast;
36254 pList->pLast->pNext = pBlock;
36255 pList->pLast = pBlock;
36311 if( pList->pLast==pBlock ){
36312 pList->pLast = pBlock->pPrev;
36313 if( pList->pLast ) pList->pLast->pNext = 0;
37093 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
37120 p->pLast = 0;
37143 p->pLast = 0;
37156 struct RowSetEntry *pLast; /* The last prior entry */
37173 pLast = p->pLast;
37174 if( pLast ){
37175 if( p->isSorted && rowid<=pLast->v ){
37178 pLast->pRight = pEntry;
37183 p->pLast = pEntry;
37250 p->pLast = 0;
37394 pRowSet->pLast = 0;
42070 /* pPager->pLast = 0; */
46988 PgHdr *pLast = 0; /* Last frame in list */
47067 pLast = p;
47082 if( (pData = sqlite3PagerCodec(pLast))==0 ) return SQLITE_NOMEM;
47084 pData = pLast->pData;
47086 walEncodeFrame(pWal, pLast->pgno, nTruncate, pData, aFrame);
47117 rc = walIndexAppend(pWal, iFrame, pLast->pgno);
63784 Mem *pLast; /* Last field of the record */
66002 Mem *pLast; /* Last field of the record */
66033 u.ao.pLast = &u.ao.pData0[u.ao.nField-1];
66044 for(u.ao.pRec=u.ao.pData0; u.ao.pRec<=u.ao.pLast; u.ao.pRec++){
66087 for(u.ao.pRec=u.ao.pData0; u.ao.pRec<=u.ao.pLast; u.ao.pRec++){
66091 for(u.ao.pRec=u.ao.pData0; u.ao.pRec<=u.ao.pLast; u.ao.pRec++){ /* serial data */
80201 ** column currently under construction. pLast is the last token
108536 yymsp[-2].minor.yy203->pLast->pNext = yymsp[-1].minor.yy203;
108537 yymsp[-2].minor.yy203->pLast = yymsp[-1].minor.yy203;
108544 yymsp[-1].minor.yy203->pLast = yymsp[-1].minor.yy203;