Searched refs:SQLITE_TEMP_STORE (Results 1 – 11 of 11) sorted by relevance
67 # undef SQLITE_TEMP_STORE68 # define SQLITE_TEMP_STORE 3 /* Always use memory for temporary storage */ macro
739 #ifdef SQLITE_TEMP_STORE740 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
84 #if defined(SQLITE_TEMP_STORE) && SQLITE_TEMP_STORE>=2
2557 #if SQLITE_TEMP_STORE==1 in sqlite3TempInMemory()2560 #if SQLITE_TEMP_STORE==2 in sqlite3TempInMemory()2563 #if SQLITE_TEMP_STORE==3 in sqlite3TempInMemory()2567 #if SQLITE_TEMP_STORE<1 || SQLITE_TEMP_STORE>3 in sqlite3TempInMemory()
813 static const int cv_TEMP_STORE = SQLITE_TEMP_STORE; in set_options()
982 if( SQLITE_TEMP_STORE==0 in sqlite3Pragma()983 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1) in sqlite3Pragma()984 || (SQLITE_TEMP_STORE==2 && db->temp_store==1) in sqlite3Pragma()
673 #ifndef SQLITE_TEMP_STORE674 # define SQLITE_TEMP_STORE 1 macro682 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
32 # This only work if SQLITE_TEMP_STORE!=3
649 # The lock state of the TEMP database can vary if SQLITE_TEMP_STORE=3
135 #ifndef SQLITE_TEMP_STORE136 # define SQLITE_TEMP_STORE 3 macro
338 SQLITE_TEMP_STORE