Home
last modified time | relevance | path

Searched refs:DB_LOCK (Results 1 – 7 of 7) sorted by relevance

/freebsd/include/
H A Ddb.h86 #define DB_LOCK 0x20000000 /* Do locking. */ macro
90 #define DB_LOCK 0x2000 /* Do locking. */ macro
/freebsd/lib/libc/db/db/
H A Ddb.c57 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in dbopen()
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c129 oflags |= DB_LOCK; in main()
345 if (type == DB_BTREE && oflags & DB_LOCK) in main()
H A DREADME55 -d: Set the DB_LOCK flag.
/freebsd/lib/libc/db/test/
H A Ddbtest.c101 oflags |= DB_LOCK;
316 if (type == DB_BTREE && oflags & DB_LOCK)
H A DREADME62 -d: Set the DB_LOCK flag.
/freebsd/lib/libc/db/btree/
H A Dbt_open.c307 if (dflags & DB_LOCK) in __bt_open()