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

/freebsd-10-stable/include/
H A Ddb.h89 #define DB_TXN 0x80000000 /* Do transactions. */ macro
93 #define DB_TXN 0x8000 /* Do transactions. */ macro
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtrail.h150 DB_TXN *db_txn;
170 - Begin a new Berkeley DB transaction, DB_TXN, in the filesystem FS.
172 - Start a new trail, TRAIL, pointing to DB_TXN and TXN_POOL.
/freebsd-10-stable/lib/libc/db/db/
H A Ddb.c51 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN)
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dnodes-table.c249 DB_TXN *db_txn = trail->db_txn;
/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_open.c315 if (dflags & DB_TXN)

Completed in 66 milliseconds