Lines Matching refs:SQLITE_TEMP_STORE
737 #ifdef SQLITE_TEMP_STORE
738 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
14183 #ifndef SQLITE_TEMP_STORE
14184 # define SQLITE_TEMP_STORE 1 macro
14192 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
126308 if( SQLITE_TEMP_STORE==0
126309 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)
126310 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)
162636 #if SQLITE_TEMP_STORE==1
162639 #if SQLITE_TEMP_STORE==2
162642 #if SQLITE_TEMP_STORE==3
162646 #if SQLITE_TEMP_STORE<1 || SQLITE_TEMP_STORE>3