Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c4532 SQLITE_ECEL_DUP|SQLITE_ECEL_FACTOR); in sqlite3ExprCodeTarget()
5060 if( !ConstFactorOk(pParse) ) flags &= ~SQLITE_ECEL_FACTOR; in sqlite3ExprCodeExprList()
5076 }else if( (flags & SQLITE_ECEL_FACTOR)!=0 in sqlite3ExprCodeExprList()
H A DsqliteInt.h4766 #define SQLITE_ECEL_FACTOR 0x02 /* Factor out constant terms */ macro