Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24354 u8 nullRow; /* True if pointing to a row with no data */ member
24424 ((P)->eCurType==CURTYPE_PSEUDO && (P)->nullRow && (P)->seekResult==0)
91708 if( isDifferentRow ) p->nullRow = 1;
99514 if( pC && pC->nullRow ){
99609 assert( pC->eCurType!=CURTYPE_PSEUDO || pC->nullRow );
99613 if( pC->nullRow ){
101053 pCur->nullRow = 1;
101096 pCx->nullRow = 1;
101225 pCx->nullRow = 1;
101296 pCx->nullRow = 1;
[all …]