HomeSort by: relevance | last modified time | path
    Searched refs:MDB_NOLOCK (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblmdb/
lmdb.h 80 * or with the #MDB_NOLOCK flag described under #mdb_env_open().
303 #define MDB_NOLOCK 0x400000
587 * <li>#MDB_NOLOCK
mdb.c 651 * if #MDB_NOLOCK is set.
4262 int no_suffix = F_ISSET(envflags, MDB_NOSUBDIR|MDB_NOLOCK);
5035 MDB_WRITEMAP|MDB_NOTLS|MDB_NOLOCK|MDB_NORDAHEAD)
5079 if (!(flags & (MDB_RDONLY|MDB_NOLOCK))) {
5091 if ((flags & (MDB_RDONLY|MDB_NOLOCK)) == MDB_RDONLY) {
9698 rc = mdb_fname_init(path, env->me_flags | MDB_NOLOCK, &fname);

Completed in 30 milliseconds