Home | History | Annotate | Download | only in dist

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;
37980 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
38007 p->pLast = 0;
38030 p->pLast = 0;
38043 struct RowSetEntry *pLast; /* The last prior entry */
38060 pLast = p->pLast;
38061 if( pLast ){
38062 if( p->isSorted && rowid<=pLast->v ){
38065 pLast->pRight = pEntry;
38070 p->pLast = pEntry;
38137 p->pLast = 0;
38281 pRowSet->pLast = 0;
42998 /* pPager->pLast = 0; */
48063 PgHdr *pLast = 0; /* Last frame in list */
48152 pLast = p;
48175 rc = walWriteOneFrame(&w, pLast, nTruncate, iOffset);
48211 rc = walIndexAppend(pWal, iFrame, pLast->pgno);
65120 Mem *pLast; /* Last field of the record */
67361 Mem *pLast; /* Last field of the record */
67392 u.ap.pLast = &u.ap.pData0[u.ap.nField-1];
67403 for(u.ap.pRec=u.ap.pData0; u.ap.pRec<=u.ap.pLast; u.ap.pRec++){
67446 for(u.ap.pRec=u.ap.pData0; u.ap.pRec<=u.ap.pLast; u.ap.pRec++){
67450 for(u.ap.pRec=u.ap.pData0; u.ap.pRec<=u.ap.pLast; u.ap.pRec++){ /* serial data */
82272 ** column currently under construction. pLast is the last token
110839 yymsp[-2].minor.yy327->pLast->pNext = yymsp[-1].minor.yy327;
110840 yymsp[-2].minor.yy327->pLast = yymsp[-1].minor.yy327;
110847 yymsp[-1].minor.yy327->pLast = yymsp[-1].minor.yy327;