Searched refs:MDB_KEYEXIST (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmtest6.c68 (void)RES(MDB_KEYEXIST, mdb_cursor_put(cursor, &key, &data, MDB_NOOVERWRITE));
75 (void)RES(MDB_KEYEXIST, mdb_cursor_put(cursor, &key, &data, MDB_NOOVERWRITE));
82 (void)RES(MDB_KEYEXIST, mdb_cursor_put(cursor, &key, &data, MDB_NOOVERWRITE));
H A Dmtest4.c69 if (RES(MDB_KEYEXIST, mdb_put(txn, dbi, &key, &data, MDB_NODUPDATA)))
102 (void)RES(MDB_KEYEXIST, mdb_put(txn, dbi, &key, &data, MDB_NODUPDATA));
107 (void)RES(MDB_KEYEXIST, mdb_put(txn, dbi, &key, &data, MDB_NODUPDATA));
112 (void)RES(MDB_KEYEXIST, mdb_put(txn, dbi, &key, &data, MDB_NODUPDATA));
H A Dmtest5.c73 if (RES(MDB_KEYEXIST, mdb_cursor_put(cursor, &key, &data, MDB_NODUPDATA)))
H A Dmtest3.c72 if (RES(MDB_KEYEXIST, mdb_put(txn, dbi, &key, &data, MDB_NODUPDATA)))
H A Dmtest2.c68 if (RES(MDB_KEYEXIST, mdb_put(txn, dbi, &key, &data, MDB_NOOVERWRITE)))
H A Dmtest.c66 if (RES(MDB_KEYEXIST, mdb_put(txn, dbi, &key, &data, MDB_NOOVERWRITE))) {
H A Dlmdb.h407 #define MDB_KEYEXIST (-30799) macro
1309 * return #MDB_KEYEXIST if the key/data pair already appears in the
1313 * #MDB_KEYEXIST if the key already appears in the database, even if
1327 * with this flag will cause a #MDB_KEYEXIST error.
1471 * return #MDB_KEYEXIST if the key/data pair already appears in the
1475 * #MDB_KEYEXIST if the key already appears in the database, even if
1487 * a #MDB_KEYEXIST error.
H A Dmdb_load.c451 if (rc == MDB_KEYEXIST && putflags)
H A Dmdb.c1455 "MDB_KEYEXIST: Key/data pair already exists",
1493 if (err >= MDB_KEYEXIST && err <= MDB_LAST_ERRCODE) {
1494 i = err - MDB_KEYEXIST;
6625 rc = MDB_KEYEXIST;
6634 return MDB_KEYEXIST;
6756 return MDB_KEYEXIST;
7070 if (rc == MDB_KEYEXIST) /* should not happen, we deleted that item */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-mdb.c258 if(code == MDB_KEYEXIST)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dadd.c307 case MDB_KEYEXIST:
H A Didl.c558 if ( rc == MDB_KEYEXIST )
H A Ddn2id.c810 * return MDB_KEYEXIST if so.
851 return MDB_KEYEXIST;
H A Did2entry.c350 if ( rc != MDB_KEYEXIST )
H A Dtools.c543 if ( rc == MDB_KEYEXIST )
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dslmdb.c615 if (status != MDB_KEYEXIST) {
H A Ddict_lmdb.c283 if (status == MDB_KEYEXIST) {

Completed in 338 milliseconds