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

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

Completed in 32 milliseconds