Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c13235 #define SQLITE_ECEL_DUP 0x01 /* Deep, not shallow copies */ macro
85718 SQLITE_ECEL_DUP|SQLITE_ECEL_FACTOR);
86399 u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy;
106979 sqlite3ExprCodeExprList(pParse, pSort->pOrderBy, regBase, SQLITE_ECEL_DUP);
107184 (eDest==SRT_Output||eDest==SRT_Coroutine)?SQLITE_ECEL_DUP:0);
111073 sqlite3ExprCodeExprList(pParse, pList, regAgg, SQLITE_ECEL_DUP);

Completed in 313 milliseconds