Lines Matching refs:OP_NotFound
17691 #define OP_NotFound 28 /* jump, synopsis: key=r[P3@P4] */ macro
101811 case OP_NotFound: /* jump, in3, ncycle */
116868 sqlite3VdbeAddOp4Int(v, OP_NotFound, iTab, destIfFalse,
124707 u8 seekOp = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
133303 sqlite3VdbeAddOp4Int(v, OP_NotFound, iDataCur, addrBypass, iKey, nKey);
133461 opSeek = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
133465 VdbeCoverageIf(v, opSeek==OP_NotFound);
133513 VdbeCoverageIf(v, opSeek==OP_NotFound);
160342 sqlite3VdbeAddOp4Int(v, OP_NotFound, iDataCur, labelBreak, regKey,nKey);
160362 v, OP_NotFound, iDataCur, labelContinue, iPk, nPk
160373 sqlite3VdbeAddOp4Int(v, OP_NotFound, iDataCur, labelContinue, regKey,0);
160499 sqlite3VdbeAddOp4Int(v, OP_NotFound,iDataCur,labelContinue,regKey,nKey);
160544 sqlite3VdbeAddOp4Int(v, OP_NotFound,iDataCur,labelContinue,regKey,nKey);
165872 sqlite3VdbeAddOp4Int(v, OP_NotFound, iCur, addrCont,