Searched refs:SQLITE_TEMP_STORE (Results 1 – 1 of 1) sorted by relevance
14705 #ifndef SQLITE_TEMP_STORE14706 # define SQLITE_TEMP_STORE 1 macro14714 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==015491 # undef SQLITE_TEMP_STORE15492 # define SQLITE_TEMP_STORE 3 /* Always use memory for temporary storage */ macro22542 #ifdef SQLITE_TEMP_STORE22543 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),138745 if( SQLITE_TEMP_STORE==0138746 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)138747 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)[all …]