Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c14750 #ifndef SQLITE_TEMP_STORE
14751 # define SQLITE_TEMP_STORE 1 macro
14759 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
15537 # undef SQLITE_TEMP_STORE
22627 #ifdef SQLITE_TEMP_STORE
22628 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
139734 if( SQLITE_TEMP_STORE==0
182403 #if SQLITE_TEMP_STORE==1
182406 #if SQLITE_TEMP_STORE==2
182409 #if SQLITE_TEMP_STORE==3
[all …]