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

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

Completed in 105 milliseconds