Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c7637 #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
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c14566 #ifndef SQLITE_TEMP_STORE
14567 # define SQLITE_TEMP_STORE 1 macro
14575 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
15352 # undef SQLITE_TEMP_STORE
15353 # define SQLITE_TEMP_STORE 3 /* Always use memory for temporary storage */ macro
22383 #ifdef SQLITE_TEMP_STORE
22384 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
138196 if( SQLITE_TEMP_STORE==0
138197 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)
138198 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)
[all …]