Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c20854 #define SQLITE_ECEL_FACTOR 0x02 /* Factor out constant terms */ macro
112949 sqlite3ExprCodeExprList(pParse, pFarg, r1, 0, SQLITE_ECEL_FACTOR);
113484 if( !ConstFactorOk(pParse) ) flags &= ~SQLITE_ECEL_FACTOR;
113500 }else if( (flags & SQLITE_ECEL_FACTOR)!=0
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c21012 #define SQLITE_ECEL_FACTOR 0x02 /* Factor out constant terms */ macro
113986 sqlite3ExprCodeExprList(pParse, pFarg, r1, 0, SQLITE_ECEL_FACTOR);
114522 if( !ConstFactorOk(pParse) ) flags &= ~SQLITE_ECEL_FACTOR;
114538 }else if( (flags & SQLITE_ECEL_FACTOR)!=0
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c21055 #define SQLITE_ECEL_FACTOR 0x02 /* Factor out constant terms */ macro
118666 sqlite3ExprCodeExprList(pParse, pFarg, r1, 0, SQLITE_ECEL_FACTOR);
119201 if( !ConstFactorOk(pParse) ) flags &= ~SQLITE_ECEL_FACTOR;
119217 }else if( (flags & SQLITE_ECEL_FACTOR)!=0
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c20854 #define SQLITE_ECEL_FACTOR 0x02 /* Factor out constant terms */ macro
112933 sqlite3ExprCodeExprList(pParse, pFarg, r1, 0, SQLITE_ECEL_FACTOR);
113468 if( !ConstFactorOk(pParse) ) flags &= ~SQLITE_ECEL_FACTOR;
113484 }else if( (flags & SQLITE_ECEL_FACTOR)!=0