Home | History | Annotate | Download | only in dist

Lines Matching defs:copyOp

113787   u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy;
113807 sqlite3VdbeAddOp2(v, copyOp, j+srcReg-1, target+i);
113817 if( copyOp==OP_Copy
113825 sqlite3VdbeAddOp2(v, copyOp, inReg, target+i);