Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c742 #ifdef SQLITE_TEMP_STORE
743 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
13725 #ifndef SQLITE_TEMP_STORE
13726 # define SQLITE_TEMP_STORE 1 macro
13734 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
122104 if( SQLITE_TEMP_STORE==0
122105 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)
156999 #if SQLITE_TEMP_STORE==1
157002 #if SQLITE_TEMP_STORE==2
157005 #if SQLITE_TEMP_STORE==3
[all …]

Completed in 451 milliseconds