Searched refs:hdb_remove (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | delete_s.c | 64 ret = context->db->hdb_remove(context->context, context->db, princ); in kadm5_s_delete_principal()
|
H A D | rename_s.c | 105 ret = context->db->hdb_remove(context->context, context->db, oldname); in kadm5_s_rename_principal()
|
H A D | log.c | 378 ret = context->db->hdb_remove(context->context, context->db, principal); in kadm5_log_replay_delete() 496 ret = context->db->hdb_remove (context->context, context->db, source); in kadm5_log_replay_rename()
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/ |
H A D | manpages | 21 hdb/man/man3/hdb_remove.3
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.h | 151 krb5_error_code (*hdb_remove)(krb5_context, struct HDB*, member
|
H A D | hdb-keytab.c | 219 (*db)->hdb_remove = NULL; in hdb_keytab_create()
|
H A D | db.c | 323 (*db)->hdb_remove = _hdb_remove; in hdb_db_create()
|
H A D | ndbm.c | 375 (*db)->hdb_remove = _hdb_remove; in hdb_ndbm_create()
|
H A D | db3.c | 353 (*db)->hdb_remove = _hdb_remove; in hdb_db_create()
|
H A D | hdb-sqlite.c | 871 (*db)->hdb_remove = hdb_sqlite_remove; in hdb_sqlite_create()
|
H A D | hdb-mitdb.c | 804 (*db)->hdb_remove = mdb_remove; in hdb_mdb_create()
|
H A D | hdb-ldap.c | 1886 (*db)->hdb_remove = LDAP_remove; in hdb_ldap_common()
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | 32 HDB.3 hdb_remove.3 \
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 2908 OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz
|