Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c17069 #define OP_IfNullRow 20 /* jump, synopsis: if P1.nullRow then r[P3]=NULL, goto P2 */ macro
97208 case OP_IfNullRow: { /* jump */
114612 iAddr = sqlite3VdbeAddOp3(v, OP_IfNullRow, pParse->iSelfTab-1, 0, regOut);
115001 sqlite3VdbeAddOp3(v, OP_IfNullRow, p->iIdxCur, addr+3, target);
115040 addr = sqlite3VdbeAddOp1(v, OP_IfNullRow, p->iIdxCur);
115738 addrINR = sqlite3VdbeAddOp3(v, OP_IfNullRow, pExpr->iTable, 0, target);
172065 assert( pOp->opcode!=OP_IfNullRow || pOp->p1!=pLevel->iTabCur );
172126 }else if( pOp->opcode==OP_IfNullRow ){