Lines Matching refs:OP_Found
13872 #define OP_Found 30 /* jump, synopsis: key=r[P3@P4] */
79991 ** The next global variable is incremented each time the OP_Found opcode
84031 case OP_Found: { /* jump, in3 */
84101 if( pOp->opcode==OP_Found ){
85087 || pC->seekOp==OP_Rewind || pC->seekOp==OP_Found);
95686 addrTruthOp = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0,
107038 nKey = nPk; /* OP_Found will use an unpacked key */
107053 nKey = 0; /* Zero tells OP_Found to use a composite key */
107094 assert( nKey==nPk ); /* OP_Found will use an unpacked key */
107107 assert( nKey==0 ); /* OP_Found will use a composite key */
109811 ** itself. So set JUMPIFNULL to make sure we do the OP_Found if any
109834 sqlite3VdbeAddOp4Int(v, OP_Found, iCur, iOk, regRec, 0); VdbeCoverage(v);
116680 sqlite3VdbeAddOp4Int(v, OP_Found, i, addrOk, regKey, 0);
116915 jmp2 = sqlite3VdbeAddOp4Int(v, OP_Found, iIdxCur+j, ckUniq, r1,
119338 sqlite3VdbeAddOp4Int(v, OP_Found, iTab, addrRepeat, iMem, N); VdbeCoverage(v);
119554 sqlite3VdbeAddOp4Int(v, OP_Found, iParm+1, addr, r1, 0);
119663 addrTest = sqlite3VdbeAddOp4Int(v, OP_Found, iParm+1, 0,
131147 jmp1 = sqlite3VdbeAddOp4Int(v, OP_Found, regRowset, 0, r, nPk);