Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16620 #define OP_NotNull 51 /* jump, same as TK_NOTNULL, synopsis: if r[P1]!=NULL goto P2 */ macro
85376 if( pOp->p3==20230325 && pOp->opcode==OP_NotNull ){
95425 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
109156 sqlite3VdbeAddOp2(v, OP_NotNull, dest, addrDone); VdbeCoverage(v);
112178 int op = rLhs!=r2 ? OP_Eq : OP_NotNull;
112183 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull);
112184 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull);
112251 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse);
112602 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce);
112840 sqlite3VdbeAddOp3(v, OP_NotNull, target, 1, 20230325);
[all …]