Searched refs:SQLITE_TEMP_STORE (Results 1 – 1 of 1) sorted by relevance
15123 #ifndef SQLITE_TEMP_STORE15124 # define SQLITE_TEMP_STORE 1 macro15132 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==015935 # undef SQLITE_TEMP_STORE15936 # define SQLITE_TEMP_STORE 3 /* Always use memory for temporary storage */ macro23111 #ifdef SQLITE_TEMP_STORE23112 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),141678 if( SQLITE_TEMP_STORE==0141679 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)141680 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)[all …]