Searched refs:MDB_APPEND (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dlmdb.h347 #define MDB_APPEND 0x20000 macro
1324 * <li>#MDB_APPEND - append the given key/data pair to the end of the
1483 * <li>#MDB_APPEND - append the given key/data pair to the end of the
H A Dmdb_load.c438 appflag = MDB_APPEND;
H A Dmdb.c916 #define NODE_ADD_FLAGS (F_DUPDATA|F_SUBDATA|MDB_RESERVE|MDB_APPEND)
6615 if (flags & MDB_APPEND) {
6956 nflags &= ~MDB_APPEND; /* sub-page may need room to grow */
7036 xflags |= MDB_APPEND;
8686 if (nflags & MDB_APPEND) {
8864 if (nflags & MDB_APPEND) {
9038 if (flags & ~(MDB_NOOVERWRITE|MDB_NODUPDATA|MDB_RESERVE|MDB_APPEND|MDB_APPENDDUP))
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Did2entry.c268 #define ADD_FLAGS (MDB_NOOVERWRITE|MDB_APPEND)
296 flag &= ~MDB_APPEND;
H A Ddn2id.c159 flag |= MDB_APPEND;

Completed in 127 milliseconds