Searched refs:MDB_TXN_FULL (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dlmdb.h429 #define MDB_TXN_FULL (-30788) macro
1334 * <li>#MDB_TXN_FULL - the transaction has too many dirty pages.
1504 * <li>#MDB_TXN_FULL - the transaction has too many dirty pages.
H A Dmdb.c1466 "MDB_TXN_FULL: Transaction has too many dirty pages - transaction too big",
1969 * This is intended to prevent running into #MDB_TXN_FULL situations,
1979 * not run into #MDB_TXN_FULL any more. The pages are flushed to disk
2191 rc = MDB_TXN_FULL;
2371 return MDB_TXN_FULL;

Completed in 112 milliseconds