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_Copy113825 sqlite3VdbeAddOp2(v, copyOp, inReg, target+i);
Indexes created Wed Mar 04 05:31:52 UTC 2026