Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A 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.1/contrib/sqlite3/
H A Dsqlite3.c737 #ifdef SQLITE_TEMP_STORE
738 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
14183 #ifndef SQLITE_TEMP_STORE
14184 # define SQLITE_TEMP_STORE 1 macro
14192 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
126308 if( SQLITE_TEMP_STORE==0
126309 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)
162636 #if SQLITE_TEMP_STORE==1
162639 #if SQLITE_TEMP_STORE==2
162642 #if SQLITE_TEMP_STORE==3
[all …]