Searched refs:HDB_F_REPLACE (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | chpass_s.c | 108 HDB_F_REPLACE, &ent); in change() 189 HDB_F_REPLACE, &ent); in kadm5_s_chpass_principal_with_key()
|
H A D | modify_s.c | 72 HDB_F_REPLACE, &ent); in modify_principal()
|
H A D | randkey_s.c | 82 HDB_F_REPLACE, &ent); in kadm5_s_randkey_principal()
|
H A D | log.c | 743 HDB_F_REPLACE, &ent); in kadm5_log_replay_modify()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.h | 52 #define HDB_F_REPLACE 2 /* replace entry */ macro
|
H A D | common.c | 319 code = db->hdb__put(context, db, flags & HDB_F_REPLACE, key, value); in _hdb_store()
|
H A D | hdb-sqlite.c | 546 if(! (flags & HDB_F_REPLACE)) /* Not allowed to replace it */ in hdb_sqlite_store()
|
H A D | hdb-ldap.c | 1686 } else if (flags & HDB_F_REPLACE) { in LDAP_store()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | load.c | 531 ret = db->hdb_store(context, db, HDB_F_REPLACE, &ent); in doit()
|