Searched refs:MDB_NOLOCK (Results 1 - 6 of 6) 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 Dlmdb.h80 * or with the #MDB_NOLOCK flag described under #mdb_env_open().
303 #define MDB_NOLOCK 0x400000 macro
587 * <li>#MDB_NOLOCK
H A Dmdb.c632 * if #MDB_NOLOCK is set.
4183 int no_suffix = F_ISSET(envflags, MDB_NOSUBDIR|MDB_NOLOCK);
4956 MDB_WRITEMAP|MDB_NOTLS|MDB_NOLOCK|MDB_NORDAHEAD)
5000 if (!(flags & (MDB_RDONLY|MDB_NOLOCK))) {
5012 if ((flags & (MDB_RDONLY|MDB_NOLOCK)) == MDB_RDONLY) {
9588 rc = mdb_fname_init(path, env->me_flags | MDB_NOLOCK, &fname);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dslmdb.c117 /* Flags that control the LMDB environment. If MDB_NOLOCK is
126 /* Note: when a database is opened with MDB_NOLOCK, external
137 /* committed when the database is closed. If MDB_NOLOCK is
310 * With MDB_NOLOCK, the application uses an external lock for inter-process
428 * This may be needed in non-MDB_NOLOCK mode. Recovery is rare enough
532 * back into the caller at some pre-arranged point. In MDB_NOLOCK
731 * Close the cursor read transaction if in MDB_NOLOCK mode, because the
736 if (slmdb->lmdb_flags & MDB_NOLOCK)
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 131 milliseconds