Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_IdxInsert

9362 #define OP_IdxInsert     108 /* synopsis: key=r[P2]                        */
72149 ** for indices is OP_IdxInsert.
72738 case OP_IdxInsert: { /* in2 */
80127 sqlite3VdbeAddOp2(v, OP_IdxInsert, pExpr->iTable, r2);
88832 sqlite3VdbeAddOp3(v, OP_IdxInsert, iIdx, regRecord, 1);
91299 sqlite3VdbeAddOp2(v, OP_IdxInsert, iEphCur, iKey);
96369 sqlite3VdbeAddOp2(v, OP_IdxInsert, iIdxCur+i, aRegIdx[i]);
96805 sqlite3VdbeAddOp3(v, OP_IdxInsert, iDest, regData, 1);
101982 op = OP_IdxInsert;
102043 sqlite3VdbeAddOp2(v, OP_IdxInsert, iTab, r1);
102208 sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, r1);
102242 sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm+1, r1);
102278 sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, r1);
102355 sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm+1, r3);
102365 sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, r1);
102653 sqlite3VdbeAddOp2(v, OP_IdxInsert, iParm, regRowid);
103965 sqlite3VdbeAddOp2(v, OP_IdxInsert, pDest->iSDParm, r1);
108598 sqlite3VdbeAddOp2(v, OP_IdxInsert, iEph, regKey);
112628 sqlite3VdbeAddOp2(v, OP_IdxInsert, pLevel->iIdxCur, regRecord);
114498 sqlite3VdbeAddOp3(v, OP_IdxInsert, regRowset, regRowid, 0);