OP_Found         65830 third_party/sqlite/amalgamation/sqlite3.c case OP_Found: {        /* jump, in3 */
OP_Found         65883 third_party/sqlite/amalgamation/sqlite3.c   if( pOp->opcode==OP_Found ){
OP_Found         72613 third_party/sqlite/amalgamation/sqlite3.c       j1 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, r1, 1);
OP_Found         72622 third_party/sqlite/amalgamation/sqlite3.c       j3 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, rRhsHasNull, 1);
OP_Found         83694 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp4Int(v, OP_Found, iCur, iOk, regRec, 0);
OP_Found         88713 third_party/sqlite/amalgamation/sqlite3.c           jmp2 = sqlite3VdbeAddOp4Int(v, OP_Found, j+2, 0, r1, pIdx->nColumn+1);
OP_Found         90409 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp4Int(v, OP_Found, iTab, addrRepeat, iMem, N);
OP_Found         1876 third_party/sqlite/src/src/expr.c       j1 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, r1, 1);
OP_Found         1885 third_party/sqlite/src/src/expr.c       j3 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, rRhsHasNull, 1);
OP_Found          402 third_party/sqlite/src/src/fkey.c       sqlite3VdbeAddOp4Int(v, OP_Found, iCur, iOk, regRec, 0);
OP_Found         1177 third_party/sqlite/src/src/pragma.c           jmp2 = sqlite3VdbeAddOp4Int(v, OP_Found, j+2, 0, r1, pIdx->nColumn+1);
OP_Found          487 third_party/sqlite/src/src/select.c   sqlite3VdbeAddOp4Int(v, OP_Found, iTab, addrRepeat, iMem, N);
OP_Found         3464 third_party/sqlite/src/src/vdbe.c case OP_Found: {        /* jump, in3 */
OP_Found         3515 third_party/sqlite/src/src/vdbe.c   if( pOp->opcode==OP_Found ){