Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c23663 u8 nullRow; /* True if pointing to a row with no data */ member
23733 ((P)->eCurType==CURTYPE_PSEUDO && (P)->nullRow && (P)->seekResult==0)
89718 if( isDifferentRow ) p->nullRow = 1;
97212 if( pC && pC->nullRow ){
97307 assert( pC->eCurType!=CURTYPE_PSEUDO || pC->nullRow );
97311 if( pC->nullRow ){
98730 pCur->nullRow = 1;
98773 pCx->nullRow = 1;
98902 pCx->nullRow = 1;
98973 pCx->nullRow = 1;
[all …]