Searched refs:nullRow (Results 1 – 2 of 2) sorted by relevance
2424 p->aCsr[i].nullRow = 1; in sqliteVdbeExec()2479 pCx->nullRow = 1; in sqliteVdbeExec()2517 pCx->nullRow = 1; in sqliteVdbeExec()2566 pC->nullRow = 0; in sqliteVdbeExec()2789 p->aCsr[i].nullRow = 0; in sqliteVdbeExec()2979 pC->nullRow = 0; in sqliteVdbeExec()3072 if( pC->nullRow ){ in sqliteVdbeExec()3077 if( pC->nullRow ){ in sqliteVdbeExec()3150 if( pC->nullRow ){ in sqliteVdbeExec()3256 }else if( pC->nullRow || pC->pCursor==0 ){ in sqliteVdbeExec()[all …]
74 Bool nullRow; /* True if pointing to a row with no data */ member