Home
last modified time | relevance | path

Searched refs:nextRowid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h66 int nextRowid; /* Next rowid returned by OP_NewRowid */ member
H A Dvdbe.c2848 v = pC->nextRowid; in sqliteVdbeExec()
2865 pC->nextRowid = v+1; in sqliteVdbeExec()
2949 if( pC->nextRowidValid && pTos->i>=pC->nextRowid ){ in sqliteVdbeExec()