Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23095 u8 nullRow; /* True if pointing to a row with no data */ member
23158 ((P)->eCurType==CURTYPE_PSEUDO && (P)->nullRow && (P)->seekResult==0)
88161 if( isDifferentRow ) p->nullRow = 1;
95448 if( pC && pC->nullRow ){
95543 assert( pC->eCurType!=CURTYPE_PSEUDO || pC->nullRow );
95547 if( pC->nullRow ){
96960 pCur->nullRow = 1;
97003 pCx->nullRow = 1;
97127 pCx->nullRow = 1;
97197 pCx->nullRow = 1;
[all …]