Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c735 SQLITE_ECEL_DUP | (regOrigData? SQLITE_ECEL_REF : 0)); in pushOntoSorter()
1162 ecelFlags = SQLITE_ECEL_DUP; in selectInnerLoop()
6331 sqlite3ExprCodeExprList(pParse, pList, regAgg, 0, SQLITE_ECEL_DUP); in updateAccumulator()
H A Dexpr.c4532 SQLITE_ECEL_DUP|SQLITE_ECEL_FACTOR); in sqlite3ExprCodeTarget()
5054 u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy; in sqlite3ExprCodeExprList()
H A DsqliteInt.h4765 #define SQLITE_ECEL_DUP 0x01 /* Deep, not shallow copies */ macro