Lines Matching refs:SQLITE_TEMP_STORE
13771 #ifndef SQLITE_TEMP_STORE
13772 # define SQLITE_TEMP_STORE 1 macro
13780 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
21203 #ifdef SQLITE_TEMP_STORE
21204 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
130488 if( SQLITE_TEMP_STORE==0
130489 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)
130490 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)
169145 #if SQLITE_TEMP_STORE==1
169148 #if SQLITE_TEMP_STORE==2
169151 #if SQLITE_TEMP_STORE==3
169155 #if SQLITE_TEMP_STORE<1 || SQLITE_TEMP_STORE>3