Home
last modified time | relevance | path

Searched refs:copyOp (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c5054 u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy; in sqlite3ExprCodeExprList() local
5074 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()