Home
last modified time | relevance | path

Searched refs:DB_SHMEM (Results 1 – 6 of 6) sorted by relevance

/openbsd/include/
H A Ddb.h89 #define DB_SHMEM 0x40000000 /* Use shared memory. */ macro
93 #define DB_SHMEM 0x4000 /* Use shared memory. */ macro
/openbsd/regress/usr.bin/grep/
H A Dt14.in39 #define DB_SHMEM 0x40000000 /* Use shared memory. */
43 #define DB_SHMEM 0x4000 /* Use shared memory. */
/openbsd/distrib/special/libstubs/
H A Ddb.c48 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in dbopen()
/openbsd/lib/libc/db/db/
H A Ddb.c48 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in dbopen()
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A DMakefile.PL112 DB_SHMEM
/openbsd/lib/libc/db/btree/
H A Dbt_open.c306 if (dflags & DB_SHMEM) in __bt_open()