Searched refs:OP_NotNull (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 74851 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, r1); 74902 j2 = sqlite3VdbeAddOp1(v, OP_NotNull, rRhsHasNull); 75524 assert( TK_NOTNULL==OP_NotNull ); 75584 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce); 76259 assert( TK_NOTNULL==OP_NotNull ); 76336 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull ); 87173 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, memId+1); 87708 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regCols); 87789 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regRowid); 88085 j1 = sqlite3VdbeAddOp1(v, OP_NotNull, regData+i); [all …]
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 87636 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */ 102764 int op = rLhs!=r2 ? OP_Eq : OP_NotNull; 102769 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull); 102770 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull); 102837 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse); 103179 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce); 103588 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL ); 104498 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull ); 120622 /* 0 */ {OP_NotNull, 0, 2, 0}, 121754 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg); [all …]
|