Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:OP_Found

8112 #define OP_Found                               50
61927 ** The next global variable is incremented each type the OP_Found opcode
65830 case OP_Found: { /* jump, in3 */
65883 if( pOp->opcode==OP_Found ){
72613 j1 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, r1, 1);
72622 j3 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, rRhsHasNull, 1);
72634 /* The OP_Found at the top of this branch jumps here when true,
83694 sqlite3VdbeAddOp4Int(v, OP_Found, iCur, iOk, regRec, 0);
88713 jmp2 = sqlite3VdbeAddOp4Int(v, OP_Found, j+2, 0, r1, pIdx->nColumn+1);
90409 sqlite3VdbeAddOp4Int(v, OP_Found, iTab, addrRepeat, iMem, N);