Home
last modified time | relevance | path

Searched refs:SQLITE_TEMP_STORE (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_setup.h67 # undef SQLITE_TEMP_STORE
68 # define SQLITE_TEMP_STORE 3 /* Always use memory for temporary storage */ macro
H A Dctime.c739 #ifdef SQLITE_TEMP_STORE
740 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
H A Dtest_pcache.c84 #if defined(SQLITE_TEMP_STORE) && SQLITE_TEMP_STORE>=2
H A Dmain.c2557 #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()
H A Dtest_config.c813 static const int cv_TEMP_STORE = SQLITE_TEMP_STORE; in set_options()
H A Dpragma.c982 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()
H A DsqliteInt.h673 #ifndef SQLITE_TEMP_STORE
674 # define SQLITE_TEMP_STORE 1 macro
682 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
/sqlite-3.40.0/test/
H A Dstmt.test32 # This only work if SQLITE_TEMP_STORE!=3
H A Dsavepoint.test649 # The lock state of the TEMP database can vary if SQLITE_TEMP_STORE=3
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c135 #ifndef SQLITE_TEMP_STORE
136 # define SQLITE_TEMP_STORE 3 macro
/sqlite-3.40.0/tool/
H A Dmkctimec.tcl338 SQLITE_TEMP_STORE