Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h72 Bool nextRowidValid; /* True if the nextRowid field is valid */ member
H A Dvdbe.c2847 if( pC->nextRowidValid ){ in sqliteVdbeExec()
2864 pC->nextRowidValid = 1; in sqliteVdbeExec()
2867 pC->nextRowidValid = 0; in sqliteVdbeExec()
2949 if( pC->nextRowidValid && pTos->i>=pC->nextRowid ){ in sqliteVdbeExec()
2950 pC->nextRowidValid = 0; in sqliteVdbeExec()
3011 pC->nextRowidValid = 0; in sqliteVdbeExec()