Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_FactorOutConst

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