Searched refs:MDB_RESERVE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dlmdb.h345 #define MDB_RESERVE 0x10000 macro
615 * initialization is also skipped if #MDB_RESERVE is used; the
1316 * <li>#MDB_RESERVE - reserve space for data of the given size, but
1477 * <li>#MDB_RESERVE - reserve space for data of the given size, but
H A Dmdb.c916 #define NODE_ADD_FLAGS (F_DUPDATA|F_SUBDATA|MDB_RESERVE|MDB_APPEND)
3141 /* MDB_RESERVE cancels meminit in ovpage malloc (when no WRITEMAP) */
3181 rc = mdb_cursor_put(&mc, &key, &data, MDB_RESERVE);
3230 rc = mdb_cursor_put(&mc, &key, &data, MDB_RESERVE);
6908 if (!(flags & MDB_RESERVE)) {
6922 if (F_ISSET(flags, MDB_RESERVE))
6936 if (F_ISSET(flags, MDB_RESERVE))
7379 else if (F_ISSET(flags, MDB_RESERVE))
7386 if (F_ISSET(flags, MDB_RESERVE))
8943 if (nflags & MDB_RESERVE) {
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Did2entry.c293 flag |= MDB_RESERVE;

Completed in 100 milliseconds