Searched refs:TEMP_STORE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c1098 ** depending on the values of the TEMP_STORE compile-time macro and the
1101 ** TEMP_STORE db->temp_store Location of temporary database
1123 if (TEMP_STORE == 0) {
1126 } else if (TEMP_STORE == 1 || TEMP_STORE == 2) {
1128 int location = db->temp_store==0 ? TEMP_STORE : db->temp_store;
H A DsqliteInt.h79 #ifndef TEMP_STORE
80 # define TEMP_STORE 1 macro
327 ** the TEMP_STORE macro.

Completed in 29 milliseconds