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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dslmdb.c191 /* current database size limit; with recoverable MDB_READERS_FULL
273 * MAP_FULL, MAP_RESIZED, or MDB_READERS_FULL errors). With these out of the
499 case MDB_READERS_FULL:
501 slmdb->notify_fn(slmdb->cb_context, MDB_READERS_FULL);
H A Ddict_lmdb.c524 case MDB_READERS_FULL:
525 msg_info("database %s:%s: pausing after MDB_READERS_FULL",
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dlmdb.h425 #define MDB_READERS_FULL (-30790) macro
970 * <li>#MDB_READERS_FULL - a read-only transaction was requested and
H A Dmdb.c1464 "MDB_READERS_FULL: Environment maxreaders limit reached",
2719 return MDB_READERS_FULL;

Completed in 114 milliseconds