OP_IdxInsert     66712 third_party/sqlite/amalgamation/sqlite3.c case OP_IdxInsert: {        /* in2 */
OP_IdxInsert     72449 third_party/sqlite/amalgamation/sqlite3.c               sqlite3VdbeAddOp2(v, OP_IdxInsert, pExpr->iTable, r2);
OP_IdxInsert     79207 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_IdxInsert, iIdx, regRecord);
OP_IdxInsert     85930 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp2(v, OP_IdxInsert, baseCur+i+1, aRegIdx[i]);
OP_IdxInsert     86295 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp3(v, OP_IdxInsert, iDest, regData, 1);
OP_IdxInsert     90349 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_IdxInsert, pOrderBy->iECursor, regRecord);
OP_IdxInsert     90411 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_IdxInsert, iTab, r1);
OP_IdxInsert     90526 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, r1);
OP_IdxInsert     90580 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, r1);
OP_IdxInsert     90836 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, regRowid);
OP_IdxInsert     91889 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, OP_IdxInsert, pDest->iParm, r1);
OP_IdxInsert     94024 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeAddOp2(v, OP_IdxInsert, sAggInfo.sortingIdx, regRecord);
OP_IdxInsert     99588 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp2(v, OP_IdxInsert, pLevel->iIdxCur, regRecord);
OP_IdxInsert     2368 third_party/sqlite/src/src/build.c   sqlite3VdbeAddOp2(v, OP_IdxInsert, iIdx, regRecord);
OP_IdxInsert     1712 third_party/sqlite/src/src/expr.c               sqlite3VdbeAddOp2(v, OP_IdxInsert, pExpr->iTable, r2);
OP_IdxInsert     1447 third_party/sqlite/src/src/insert.c     sqlite3VdbeAddOp2(v, OP_IdxInsert, baseCur+i+1, aRegIdx[i]);
OP_IdxInsert     1812 third_party/sqlite/src/src/insert.c     sqlite3VdbeAddOp3(v, OP_IdxInsert, iDest, regData, 1);
OP_IdxInsert      427 third_party/sqlite/src/src/select.c   sqlite3VdbeAddOp2(v, OP_IdxInsert, pOrderBy->iECursor, regRecord);
OP_IdxInsert      489 third_party/sqlite/src/src/select.c   sqlite3VdbeAddOp2(v, OP_IdxInsert, iTab, r1);
OP_IdxInsert      604 third_party/sqlite/src/src/select.c       sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, r1);
OP_IdxInsert      658 third_party/sqlite/src/src/select.c         sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, r1);
OP_IdxInsert      914 third_party/sqlite/src/src/select.c       sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, regRowid);
OP_IdxInsert     1967 third_party/sqlite/src/src/select.c       sqlite3VdbeAddOp2(v, OP_IdxInsert, pDest->iParm, r1);
OP_IdxInsert     4102 third_party/sqlite/src/src/select.c         sqlite3VdbeAddOp2(v, OP_IdxInsert, sAggInfo.sortingIdx, regRecord);
OP_IdxInsert     4322 third_party/sqlite/src/src/vdbe.c case OP_IdxInsert: {        /* in2 */
OP_IdxInsert     1934 third_party/sqlite/src/src/where.c   sqlite3VdbeAddOp2(v, OP_IdxInsert, pLevel->iIdxCur, regRecord);