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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h69 int nextRowid; /* Next rowid returned by OP_NewRowid */ member in struct:Cursor
75 Bool nextRowidValid; /* True if the nextRowid field is valid */
H A Dvdbe.c2850 v = pC->nextRowid;
2867 pC->nextRowid = v+1;
2951 if( pC->nextRowidValid && pTos->i>=pC->nextRowid ){

Completed in 53 milliseconds