Home
last modified time | relevance | path

Searched refs:DB_LOCK (Results 1 – 4 of 4) sorted by last modified time

/original-bsd/lib/libc/db/test/
H A Ddbtest.c83 oflags |= DB_LOCK;
/original-bsd/lib/libc/db/btree/
H A Dbt_open.c289 if (dflags & DB_LOCK)
/original-bsd/lib/libc/db/db/
H A Ddb.c29 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN)
/original-bsd/include/
H A Ddb.h64 #define DB_LOCK 0x20000000 /* Do locking. */ macro
68 #define DB_LOCK 0x2000 /* Do locking. */ macro