Home
last modified time | relevance | path

Searched refs:HDB_F_REPLACE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb.h56 #define HDB_F_REPLACE 2 /* replace entry */ macro
H A Dcommon.c331 if ((flags & HDB_F_PRECHECK) && (flags & HDB_F_REPLACE)) in _hdb_store()
374 code = db->hdb__put(context, db, flags & HDB_F_REPLACE, key, value); in _hdb_store()
H A Dhdb-sqlite.c672 if(! (flags & HDB_F_REPLACE)) /* Not allowed to replace it */ in hdb_sqlite_store()
H A Dhdb-mitdb.c984 if ((flags & HDB_F_PRECHECK) && (flags & HDB_F_REPLACE)) in mdb_store()
H A Dhdb-ldap.c1772 } else if (flags & HDB_F_REPLACE) { in LDAP_store()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dload.c605 ret2 = db->hdb_store(context, db, HDB_F_REPLACE, &ent); in doit()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dlog.c1322 HDB_F_REPLACE, &ent); in kadm5_log_modify()
1325 HDB_F_PRECHECK | HDB_F_REPLACE, &ent); in kadm5_log_modify()
1574 HDB_F_REPLACE, &ent); in kadm5_log_replay_modify()