Searched defs:SQLITE_TEMP_STORE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h362 ** Provide a default value for SQLITE_TEMP_STORE in case it is not specified
365 #ifndef SQLITE_TEMP_STORE
366 # define SQLITE_TEMP_STORE 1 macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7342 ** Provide a default value for SQLITE_TEMP_STORE in case it is not specified
7345 #ifndef SQLITE_TEMP_STORE
7346 # define SQLITE_TEMP_STORE 1 macro
12145 #ifdef SQLITE_TEMP_STORE
12146 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8418 ** Provide a default value for SQLITE_TEMP_STORE in case it is not specified
8421 #ifndef SQLITE_TEMP_STORE
8422 # define SQLITE_TEMP_STORE 1 macro
13783 #if defined(SQLITE_TEMP_STORE) && !defined(SQLITE_TEMP_STORE_xc)
13784 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8418 ** Provide a default value for SQLITE_TEMP_STORE in case it is not specified
8421 #ifndef SQLITE_TEMP_STORE
8422 # define SQLITE_TEMP_STORE 1 macro
13783 #if defined(SQLITE_TEMP_STORE) && !defined(SQLITE_TEMP_STORE_xc)
13784 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
[all...]

Completed in 487 milliseconds