Searched refs:TEMP_STORE (Results 1 – 3 of 3) sorted by relevance
1120 if (TEMP_STORE == 0) { in sqliteBtreeFactory()1123 } else if (TEMP_STORE == 1 || TEMP_STORE == 2) { in sqliteBtreeFactory()1125 int location = db->temp_store==0 ? TEMP_STORE : db->temp_store; in sqliteBtreeFactory()
76 #ifndef TEMP_STORE77 # define TEMP_STORE 1 macro
380 # Changing the TEMP_STORE deletes any existing temporary tables