Searched refs:SQLITE_TEMP_STORE (Results 1 – 2 of 2) sorted by relevance
7637 #ifndef SQLITE_TEMP_STORE7638 # define SQLITE_TEMP_STORE 1 macro12475 #ifdef SQLITE_TEMP_STORE12476 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),90714 if( SQLITE_TEMP_STORE==090715 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)90716 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)111657 #if SQLITE_TEMP_STORE==1111660 #if SQLITE_TEMP_STORE==2111663 #if SQLITE_TEMP_STORE==3[all …]
14566 #ifndef SQLITE_TEMP_STORE14567 # define SQLITE_TEMP_STORE 1 macro14575 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==015352 # undef SQLITE_TEMP_STORE15353 # define SQLITE_TEMP_STORE 3 /* Always use memory for temporary storage */ macro22383 #ifdef SQLITE_TEMP_STORE22384 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),138196 if( SQLITE_TEMP_STORE==0138197 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)138198 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)[all …]