Home
last modified time | relevance | path

Searched refs:SQLITE_TEMP_STORE (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c13771 #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)
169145 #if SQLITE_TEMP_STORE==1
169148 #if SQLITE_TEMP_STORE==2
169151 #if SQLITE_TEMP_STORE==3
[all …]