Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_Found

7914 #define OP_Found                               50
60033 ** The next global variable is incremented each type the OP_Found opcode
63894 case OP_Found: { /* jump, in3 */
63947 if( pOp->opcode==OP_Found ){
70686 j1 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, r1, 1);
70695 j3 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, rRhsHasNull, 1);
70707 /* The OP_Found at the top of this branch jumps here when true,
81638 sqlite3VdbeAddOp4Int(v, OP_Found, iCur, iOk, regRec, 0);
86652 jmp2 = sqlite3VdbeAddOp4Int(v, OP_Found, j+2, 0, r1, pIdx->nColumn+1);
88334 sqlite3VdbeAddOp4Int(v, OP_Found, iTab, addrRepeat, iMem, N);