Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A DvdbeInt.h75 Bool nextRowidValid; /* True if the nextRowid field is valid */ member
H A Dvdbe.c2849 if( pC->nextRowidValid ){ in sqliteVdbeExec()
2866 pC->nextRowidValid = 1; in sqliteVdbeExec()
2869 pC->nextRowidValid = 0; in sqliteVdbeExec()
2951 if( pC->nextRowidValid && pTos->i>=pC->nextRowid ){ in sqliteVdbeExec()
2952 pC->nextRowidValid = 0; in sqliteVdbeExec()
3013 pC->nextRowidValid = 0; in sqliteVdbeExec()