Searched refs:DB_LOCK (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c129 oflags |= DB_LOCK;
342 * -l must be used (DB_LOCK must be set) for this to be
345 if (type == DB_BTREE && oflags & DB_LOCK)
/freebsd-11-stable/include/
H A Ddb.h84 * the DB_LOCK flag isn't set.
87 #define DB_LOCK 0x20000000 /* Do locking. */ macro
91 #define DB_LOCK 0x2000 /* Do locking. */ macro
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_open.c311 if (dflags & DB_LOCK)
/freebsd-11-stable/lib/libc/db/db/
H A Ddb.c55 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN)
/freebsd-11-stable/lib/libc/db/test/
H A Ddbtest.c111 oflags |= DB_LOCK;
323 * -l must be used (DB_LOCK must be set) for this to be
326 if (type == DB_BTREE && oflags & DB_LOCK)

Completed in 98 milliseconds