Searched refs:hdb_remove (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/ |
H A D | manpages | 20 hdb/man/man3/hdb_remove.3
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | hdb.h | 160 krb5_error_code (*hdb_remove)(krb5_context, struct HDB*, member
|
H A D | hdb-keytab.c | 221 (*db)->hdb_remove = NULL; in hdb_keytab_create()
|
H A D | db.c | 375 (*db)->hdb_remove = _hdb_remove; in hdb_db1_create()
|
H A D | ndbm.c | 377 (*db)->hdb_remove = _hdb_remove; in hdb_ndbm_create()
|
H A D | hdb-mdb.c | 406 (*db)->hdb_remove = _hdb_remove; in hdb_mdb_create()
|
H A D | db3.c | 481 (*db)->hdb_remove = _hdb_remove; in hdb_db3_create()
|
H A D | hdb-sqlite.c | 1046 (*db)->hdb_remove = hdb_sqlite_remove; in hdb_sqlite_create()
|
H A D | hdb-mitdb.c | 1146 (*db)->hdb_remove = mdb_remove; in hdb_mitdb_create()
|
H A D | hdb-ldap.c | 2022 (*db)->hdb_remove = LDAP_remove; in hdb_ldap_common()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | log.c | 1045 return context->db->hdb_remove(context->context, context->db, 0, in kadm5_log_delete() 1047 ret = context->db->hdb_remove(context->context, context->db, in kadm5_log_delete() 1124 ret = context->db->hdb_remove(context->context, context->db, 0, principal); in kadm5_log_replay_delete() 1158 return context->db->hdb_remove(context->context, context->db, 0, in kadm5_log_rename() 1175 ret = context->db->hdb_remove(context->context, context->db, in kadm5_log_rename() 1294 ret = context->db->hdb_remove(context->context, context->db, 0, source); in kadm5_log_replay_rename()
|