Searched refs:DB_TXN (Results 1 – 3 of 3) sorted by relevance
89 #define DB_TXN 0x80000000 /* Do transactions. */ macro93 #define DB_TXN 0x8000 /* Do transactions. */ macro
54 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in dbopen()
320 if (dflags & DB_TXN) in __bt_open()