Home
last modified time | relevance | path

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

/freebsd/include/
H A Ddb.h88 #define DB_TXN 0x80000000 /* Do transactions. */ macro
92 #define DB_TXN 0x8000 /* Do transactions. */ macro
/freebsd/lib/libc/db/db/
H A Ddb.c57 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in dbopen()
/freebsd/lib/libc/db/btree/
H A Dbt_open.c311 if (dflags & DB_TXN) in __bt_open()