Searched refs:MDB_MAP_RESIZED (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dslmdb.c189 /* recoverable MDB_MAP_FULL and MDB_MAP_RESIZED errors, the
256 * size limit on-the-fly, so that it can recover from an MDB_MAP_RESIZED
483 case MDB_MAP_RESIZED:
489 slmdb->notify_fn(slmdb->cb_context, MDB_MAP_RESIZED,
H A Ddict_lmdb.c519 case MDB_MAP_RESIZED:
520 msg_info("database %s:%s: using size limit %lu after MDB_MAP_RESIZED",
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dlmdb.h435 #define MDB_MAP_RESIZED (-30785) macro
833 * return #MDB_MAP_RESIZED. This function may be called with a size
967 * <li>#MDB_MAP_RESIZED - another process wrote data beyond this MDB_env's
H A Dmdb.c1469 "MDB_MAP_RESIZED: Database contents grew beyond environment mapsize",
2802 rc = MDB_MAP_RESIZED;

Completed in 115 milliseconds