Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/kadm5/
H A Dchpass_s.c108 HDB_F_REPLACE, &ent); in change()
189 HDB_F_REPLACE, &ent); in kadm5_s_chpass_principal_with_key()
H A Dmodify_s.c72 HDB_F_REPLACE, &ent); in modify_principal()
H A Drandkey_s.c82 HDB_F_REPLACE, &ent); in kadm5_s_randkey_principal()
H A Dlog.c743 HDB_F_REPLACE, &ent); in kadm5_log_replay_modify()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.h52 #define HDB_F_REPLACE 2 /* replace entry */ macro
H A Dcommon.c319 code = db->hdb__put(context, db, flags & HDB_F_REPLACE, key, value); in _hdb_store()
H A Dhdb-sqlite.c546 if(! (flags & HDB_F_REPLACE)) /* Not allowed to replace it */ in hdb_sqlite_store()
H A Dhdb-ldap.c1686 } else if (flags & HDB_F_REPLACE) { in LDAP_store()
/freebsd/crypto/heimdal/kadmin/
H A Dload.c531 ret = db->hdb_store(context, db, HDB_F_REPLACE, &ent); in doit()