Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24324 u8 nullRow; /* True if pointing to a row with no data */ member
24394 ((P)->eCurType==CURTYPE_PSEUDO && (P)->nullRow && (P)->seekResult==0)
91556 if( isDifferentRow ) p->nullRow = 1;
99356 if( pC && pC->nullRow ){
99451 assert( pC->eCurType!=CURTYPE_PSEUDO || pC->nullRow );
99455 if( pC->nullRow ){
100895 pCur->nullRow = 1;
100938 pCx->nullRow = 1;
101067 pCx->nullRow = 1;
101138 pCx->nullRow = 1;
[all …]