OP_IsNull 64378 third_party/sqlite/amalgamation/sqlite3.c case OP_IsNull: { /* same as TK_ISNULL, jump, in1 */ OP_IsNull 72013 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_IsNull, iReg, iDest); OP_IsNull 72568 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_IsNull, r1, destIfNull); OP_IsNull 73240 third_party/sqlite/amalgamation/sqlite3.c assert( TK_ISNULL==OP_IsNull ); OP_IsNull 73975 third_party/sqlite/amalgamation/sqlite3.c assert( TK_ISNULL==OP_IsNull ); OP_IsNull 74054 third_party/sqlite/amalgamation/sqlite3.c assert( pExpr->op!=TK_NOTNULL || op==OP_IsNull ); OP_IsNull 83634 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_IsNull, iReg, iOk); OP_IsNull 85397 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_IsNull, regRowid, j1+2); OP_IsNull 85682 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_IsNull, regData+i, ignoreDest); OP_IsNull 88672 third_party/sqlite/amalgamation/sqlite3.c addr = sqlite3VdbeAddOp1(v, OP_IsNull, 2); OP_IsNull 100962 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp1(v, OP_IsNull, iReg); OP_IsNull 101652 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_IsNull, r1, addrCont); OP_IsNull 1276 third_party/sqlite/src/src/expr.c sqlite3VdbeAddOp2(v, OP_IsNull, iReg, iDest); OP_IsNull 1831 third_party/sqlite/src/src/expr.c sqlite3VdbeAddOp2(v, OP_IsNull, r1, destIfNull); OP_IsNull 2503 third_party/sqlite/src/src/expr.c assert( TK_ISNULL==OP_IsNull ); OP_IsNull 3238 third_party/sqlite/src/src/expr.c assert( TK_ISNULL==OP_IsNull ); OP_IsNull 3317 third_party/sqlite/src/src/expr.c assert( pExpr->op!=TK_NOTNULL || op==OP_IsNull ); OP_IsNull 342 third_party/sqlite/src/src/fkey.c sqlite3VdbeAddOp2(v, OP_IsNull, iReg, iOk); OP_IsNull 914 third_party/sqlite/src/src/insert.c sqlite3VdbeAddOp2(v, OP_IsNull, regRowid, j1+2); OP_IsNull 1199 third_party/sqlite/src/src/insert.c sqlite3VdbeAddOp2(v, OP_IsNull, regData+i, ignoreDest); OP_IsNull 1136 third_party/sqlite/src/src/pragma.c addr = sqlite3VdbeAddOp1(v, OP_IsNull, 2); OP_IsNull 2042 third_party/sqlite/src/src/vdbe.c case OP_IsNull: { /* same as TK_ISNULL, jump, in1 */ OP_IsNull 3308 third_party/sqlite/src/src/where.c sqlite3VdbeAddOp1(v, OP_IsNull, iReg); OP_IsNull 3998 third_party/sqlite/src/src/where.c sqlite3VdbeAddOp2(v, OP_IsNull, r1, addrCont);