Searched refs:HDB_F_REPLACE (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | hdb.h | 56 #define HDB_F_REPLACE 2 /* replace entry */ macro
|
| H A D | common.c | 331 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 D | hdb-sqlite.c | 672 if(! (flags & HDB_F_REPLACE)) /* Not allowed to replace it */ in hdb_sqlite_store()
|
| H A D | hdb-mitdb.c | 984 if ((flags & HDB_F_PRECHECK) && (flags & HDB_F_REPLACE)) in mdb_store()
|
| H A D | hdb-ldap.c | 1772 } else if (flags & HDB_F_REPLACE) { in LDAP_store()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | load.c | 605 ret2 = db->hdb_store(context, db, HDB_F_REPLACE, &ent); in doit()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | log.c | 1322 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()
|