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 …]
737 #ifdef SQLITE_TEMP_STORE738 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),14183 #ifndef SQLITE_TEMP_STORE14184 # define SQLITE_TEMP_STORE 1 macro14192 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0126308 if( SQLITE_TEMP_STORE==0126309 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)162636 #if SQLITE_TEMP_STORE==1162639 #if SQLITE_TEMP_STORE==2162642 #if SQLITE_TEMP_STORE==3[all …]