Lines Matching refs:nullRow
20731 u8 nullRow; /* True if pointing to a row with no data */ member
81064 if( isDifferentRow ) p->nullRow = 1;
81098 if( p->aAltMap && (iMap = p->aAltMap[1+*piCol])>0 && !p->nullRow ){
87656 if( p->apCsr[pOp->p1]->nullRow ){
87747 assert( pC->eCurType!=CURTYPE_PSEUDO || pC->nullRow );
87751 if( pC->nullRow ){
88941 pCur->nullRow = 1;
88984 pCx->nullRow = 1;
89088 pCx->nullRow = 1;
89158 pCx->nullRow = 1;
89316 pC->nullRow = 0;
89680 pC->nullRow = 1-alreadyExists;
89783 pC->nullRow = 0;
90318 assert( pC->nullRow==0 );
90370 assert( pC->eCurType!=CURTYPE_PSEUDO || pC->nullRow );
90371 if( pC->nullRow ){
90391 if( pC->nullRow ){
90413 pC->nullRow = 1;
90471 pC->nullRow = (u8)res;
90577 pC->nullRow = (u8)res;
90679 pC->nullRow = 0;
90688 pC->nullRow = 1;
90864 assert( !pC->nullRow || pOp->opcode==OP_IdxRowid );
90875 if( !pC->nullRow ){
90888 pTabCur->nullRow = 0;
92461 pCur->nullRow = 0;
92494 if( pCur->nullRow ){
92545 if( pCur->nullRow ){
111189 static const char nullRow[] = { 6, 0, 0, 0, 0, 0 };
111233 sqlite3VdbeAddOp4(v, OP_Blob, 6, reg3, 0, nullRow, P4_STATIC);