Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8880 #ifndef SQLITE_TEMP_STORE
8881 # define SQLITE_TEMP_STORE 1 macro
8890 #if SQLITE_TEMP_STORE==3 || SQLITE_THREADSAFE==0
14417 "TEMP_STORE=" CTIMEOPT_VAL(SQLITE_TEMP_STORE),
104416 if( SQLITE_TEMP_STORE==0
104417 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1)
104418 || (SQLITE_TEMP_STORE==2 && db->temp_store==1)
130069 #if SQLITE_TEMP_STORE==1
130072 #if SQLITE_TEMP_STORE==2
130075 #if SQLITE_TEMP_STORE==3
[all …]

Completed in 404 milliseconds