Lines Matching refs:SQLITE_TEMP_STORE
7637 #ifndef SQLITE_TEMP_STORE
7638 # define SQLITE_TEMP_STORE 1 macro
12475 #ifdef SQLITE_TEMP_STORE
12476 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
90714 if( SQLITE_TEMP_STORE==0
90715 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)
90716 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)
111657 #if SQLITE_TEMP_STORE==1
111660 #if SQLITE_TEMP_STORE==2
111663 #if SQLITE_TEMP_STORE==3
111666 #if SQLITE_TEMP_STORE<1 || SQLITE_TEMP_STORE>3