Searched refs:DB_TEMPORARY (Results 1 – 3 of 3) sorted by relevance
70 if (arg_flags & DB_TEMPORARY)86 if (arg_flags & DB_TEMPORARY) {98 if (arg_flags & DB_TEMPORARY) {
341 DB_APP_TMP, NULL, NULL, DB_CREATE | DB_EXCL | DB_TEMPORARY,
200 #define DB_TEMPORARY 0x010000 /* Remove on last close (internal). */ macro