Searched refs:iLastCol (Results 1 – 4 of 4) sorted by relevance
53 sqlite3_int64 iLastCol; member485 p->iLastCol = -1; in fts3PendingListAppend()489 if( iCol>0 && p->iLastCol!=iCol ){ in fts3PendingListAppend()495 p->iLastCol = iCol; in fts3PendingListAppend()
120161 sqlite3_int64 iLastCol;120593 p->iLastCol = -1;120597 if( iCol>0 && p->iLastCol!=iCol ){120603 p->iLastCol = iCol;
125136 sqlite3_int64 iLastCol;125663 p->iLastCol = -1;125667 if( iCol>0 && p->iLastCol!=iCol ){125673 p->iLastCol = iCol;
125184 sqlite3_int64 iLastCol;125711 p->iLastCol = -1;125715 if( iCol>0 && p->iLastCol!=iCol ){125721 p->iLastCol = iCol;