Home
last modified time | relevance | path

Searched defs:SQLITE_DEFAULT_LOOKASIDE (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c22735 # define SQLITE_DEFAULT_LOOKASIDE 1200,100 /* 120KB of memory */ macro
22737 # define SQLITE_DEFAULT_LOOKASIDE 1200,40 /* 48KB of memory */ macro
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c22898 # define SQLITE_DEFAULT_LOOKASIDE 1200,100 /* 120KB of memory */ macro
22900 # define SQLITE_DEFAULT_LOOKASIDE 1200,40 /* 48KB of memory */ macro
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c22955 # define SQLITE_DEFAULT_LOOKASIDE 1200,100 /* 120KB of memory */ macro
22957 # define SQLITE_DEFAULT_LOOKASIDE 1200,40 /* 48KB of memory */ macro
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c22735 # define SQLITE_DEFAULT_LOOKASIDE 1200,100 /* 120KB of memory */ macro
22737 # define SQLITE_DEFAULT_LOOKASIDE 1200,40 /* 48KB of memory */ macro