Searched refs:DB_LOCK (Results 1 – 7 of 7) sorted by relevance
89 #define DB_LOCK 0x20000000 /* Do locking. */ macro93 #define DB_LOCK 0x2000 /* Do locking. */ macro
57 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in dbopen()
113 oflags |= DB_LOCK;328 if (type == DB_BTREE && oflags & DB_LOCK)
63 -d: Set the DB_LOCK flag.
129 oflags |= DB_LOCK; in main()345 if (type == DB_BTREE && oflags & DB_LOCK) in main()
55 -d: Set the DB_LOCK flag.
313 if (dflags & DB_LOCK) in __bt_open()