Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_Found

9321 #define OP_Found          67 /* synopsis: key=r[P3@P4]                     */
67992 ** The next global variable is incremented each time the OP_Found opcode
71797 case OP_Found: { /* jump, in3 */
71867 if( pOp->opcode==OP_Found ){
72673 || pC->seekOp==OP_Rewind || pC->seekOp==OP_Found);
80327 j1 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, r1, 1);
91261 nKey = nPk; /* OP_Found will use an unpacked key */
91276 nKey = 0; /* Zero tells OP_Found to use a composite key */
91312 assert( nKey==nPk ); /* OP_Found will use an unpacked key */
91321 assert( nKey==0 ); /* OP_Found will use a composite key */
93818 ** itself. So set JUMPIFNULL to make sure we do the OP_Found if any
93840 sqlite3VdbeAddOp4Int(v, OP_Found, iCur, iOk, regRec, 0); VdbeCoverage(v);
99937 sqlite3VdbeAddOp4Int(v, OP_Found, i, addrOk, regKey, 0);
100140 jmp2 = sqlite3VdbeAddOp4Int(v, OP_Found, iIdxCur+j, ckUniq, r1,
102021 sqlite3VdbeAddOp4Int(v, OP_Found, iTab, addrRepeat, iMem, N); VdbeCoverage(v);
102221 sqlite3VdbeAddOp4Int(v, OP_Found, iParm+1, addr, r1, 0); VdbeCoverage(v);
102329 addrTest = sqlite3VdbeAddOp4Int(v, OP_Found, iParm+1, 0,
114473 j1 = sqlite3VdbeAddOp4Int(v, OP_Found, regRowset, 0, r, nPk);