Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c17756 #define SQLITE_BloomPulldown 0x00100000 /* Run Bloom filters early */ macro
161731 if( OptimizationDisabled(pParse->db, SQLITE_BloomPulldown) ) break;
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17891 #define SQLITE_BloomPulldown 0x00100000 /* Run Bloom filters early */ macro
163393 if( OptimizationDisabled(pParse->db, SQLITE_BloomPulldown) ) break;
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c17937 #define SQLITE_BloomPulldown 0x00100000 /* Run Bloom filters early */ macro
167686 if( OptimizationDisabled(pParse->db, SQLITE_BloomPulldown) ) break;
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c17756 #define SQLITE_BloomPulldown 0x00100000 /* Run Bloom filters early */ macro
161715 if( OptimizationDisabled(pParse->db, SQLITE_BloomPulldown) ) break;