Searched refs:copyOp (Results 1 – 1 of 1) sorted by relevance
5054 u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy; in sqlite3ExprCodeExprList() local5074 sqlite3VdbeAddOp2(v, copyOp, j+srcReg-1, target+i); in sqlite3ExprCodeExprList()5084 if( copyOp==OP_Copy in sqlite3ExprCodeExprList()5092 sqlite3VdbeAddOp2(v, copyOp, inReg, target+i); in sqlite3ExprCodeExprList()