Searched refs:nullRow (Results 1 – 2 of 2) sorted by relevance
2422 p->aCsr[i].nullRow = 1; in sqliteVdbeExec()2477 pCx->nullRow = 1; in sqliteVdbeExec()2515 pCx->nullRow = 1; in sqliteVdbeExec()2564 pC->nullRow = 0; in sqliteVdbeExec()2787 p->aCsr[i].nullRow = 0; in sqliteVdbeExec()2977 pC->nullRow = 0; in sqliteVdbeExec()3070 if( pC->nullRow ){ in sqliteVdbeExec()3075 if( pC->nullRow ){ in sqliteVdbeExec()3148 if( pC->nullRow ){ in sqliteVdbeExec()3254 }else if( pC->nullRow || pC->pCursor==0 ){ in sqliteVdbeExec()[all …]
71 Bool nullRow; /* True if pointing to a row with no data */ member