Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c14705 #ifndef SQLITE_TEMP_STORE
14706 # define SQLITE_TEMP_STORE 1 macro
14714 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
15491 # undef SQLITE_TEMP_STORE
15492 # define SQLITE_TEMP_STORE 3 /* Always use memory for temporary storage */ macro
22542 #ifdef SQLITE_TEMP_STORE
22543 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
138745 if( SQLITE_TEMP_STORE==0
138746 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)
138747 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)
[all …]