Searched refs:nextRowid (Results 1 – 2 of 2) sorted by relevance
69 int nextRowid; /* Next rowid returned by OP_NewRowid */ member
2850 v = pC->nextRowid; in sqliteVdbeExec()2867 pC->nextRowid = v+1; in sqliteVdbeExec()2951 if( pC->nextRowidValid && pTos->i>=pC->nextRowid ){ in sqliteVdbeExec()