Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c15123 #ifndef SQLITE_TEMP_STORE
15124 # define SQLITE_TEMP_STORE 1 macro
15132 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
15935 # undef SQLITE_TEMP_STORE
15936 # define SQLITE_TEMP_STORE 3 /* Always use memory for temporary storage */ macro
23111 #ifdef SQLITE_TEMP_STORE
23112 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
141678 if( SQLITE_TEMP_STORE==0
141679 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)
141680 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)
[all …]