Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dmain.c1123 if (TEMP_STORE == 0) { in sqliteBtreeFactory()
1126 } else if (TEMP_STORE == 1 || TEMP_STORE == 2) { in sqliteBtreeFactory()
1128 int location = db->temp_store==0 ? TEMP_STORE : db->temp_store; in sqliteBtreeFactory()
H A DsqliteInt.h79 #ifndef TEMP_STORE
80 # define TEMP_STORE 1 macro
/titanic_44/usr/src/lib/libsqlite/test/
H A Dpragma.test382 # Changing the TEMP_STORE deletes any existing temporary tables