Searched refs:SQLITE_ECEL_FACTOR (Results 1 – 1 of 1) sorted by relevance
22128 #define SQLITE_ECEL_FACTOR 0x02 /* Factor out constant terms */ macro118061 sqlite3ExprCodeExprList(pParse, pFarg, r1, 0, SQLITE_ECEL_FACTOR);118615 if( !ConstFactorOk(pParse) ) flags &= ~SQLITE_ECEL_FACTOR;118631 }else if( (flags & SQLITE_ECEL_FACTOR)!=0