Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_FactorOutConst

9300 #define SQLITE_FactorOutConst 0x40        /* Disable factoring out constants */
73784 ** This routine is also a no-op if the SQLITE_FactorOutConst optimization
73793 if( (pParse->db->flags & SQLITE_FactorOutConst)!=0 ) return;