Searched refs:MDB_NOSUBDIR (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dlmdb.h18 #define DNS_LMDB_COMMON_FLAGS (MDB_CREATE | MDB_NOSUBDIR | MDB_NOLOCK)
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb_copy.c42 flags |= MDB_NOSUBDIR;
H A Dmdb_dump.c211 envflags |= MDB_NOSUBDIR;
H A Dmdb_stat.c90 envflags |= MDB_NOSUBDIR;
H A Dlmdb.h289 #define MDB_NOSUBDIR 0x4000 macro
531 * <li>#MDB_NOSUBDIR
H A Dmdb_load.c336 envflags |= MDB_NOSUBDIR;
H A Dmdb.c4164 /** Filename suffixes [datafile,lockfile][without,with MDB_NOSUBDIR] */
4183 int no_suffix = F_ISSET(envflags, MDB_NOSUBDIR|MDB_NOLOCK);
4253 mdb_suffixes[which==MDB_O_LOCKS][F_ISSET(env->me_flags, MDB_NOSUBDIR)]);
4955 #define CHANGELESS (MDB_FIXEDMAP|MDB_NOSUBDIR|MDB_RDONLY| \
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-mdb.c299 int myflags = MDB_NOSUBDIR, tmp;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_lmdb.c571 mdb_flags = MDB_NOSUBDIR | MDB_NOLOCK;
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dview.h261 #define DNS_LMDB_COMMON_FLAGS (MDB_CREATE | MDB_NOSUBDIR | MDB_NOLOCK)

Completed in 177 milliseconds