Lines Matching refs:pLast
11287 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */
15550 struct MemBlockHdr *pLast;
15718 pHdr->pPrev = mem.pLast;
15719 if( mem.pLast ){
15720 mem.pLast->pNext = pHdr;
15724 mem.pLast = pHdr;
15779 assert( mem.pLast==pHdr );
15780 mem.pLast = pHdr->pPrev;
37969 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
37996 p->pLast = 0;
38019 p->pLast = 0;
38032 struct RowSetEntry *pLast; /* The last prior entry */
38049 pLast = p->pLast;
38050 if( pLast ){
38051 if( p->isSorted && rowid<=pLast->v ){
38054 pLast->pRight = pEntry;
38059 p->pLast = pEntry;
38126 p->pLast = 0;
38270 pRowSet->pLast = 0;
42987 /* pPager->pLast = 0; */
48052 PgHdr *pLast = 0; /* Last frame in list */
48141 pLast = p;
48164 rc = walWriteOneFrame(&w, pLast, nTruncate, iOffset);
48200 rc = walIndexAppend(pWal, iFrame, pLast->pgno);
65109 Mem *pLast; /* Last field of the record */
67350 Mem *pLast; /* Last field of the record */
67381 u.ap.pLast = &u.ap.pData0[u.ap.nField-1];
67392 for(u.ap.pRec=u.ap.pData0; u.ap.pRec<=u.ap.pLast; u.ap.pRec++){
67435 for(u.ap.pRec=u.ap.pData0; u.ap.pRec<=u.ap.pLast; u.ap.pRec++){
67439 for(u.ap.pRec=u.ap.pData0; u.ap.pRec<=u.ap.pLast; u.ap.pRec++){ /* serial data */
82261 ** column currently under construction. pLast is the last token
110828 yymsp[-2].minor.yy327->pLast->pNext = yymsp[-1].minor.yy327;
110829 yymsp[-2].minor.yy327->pLast = yymsp[-1].minor.yy327;
110836 yymsp[-1].minor.yy327->pLast = yymsp[-1].minor.yy327;