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