/freebsd/crypto/heimdal/lib/hdb/ |
H A D | keytab.c | 103 hdb_close(krb5_context context, krb5_keytab id) in hdb_close() function 247 (*db->hdb_close)(context, db); in hdb_get_entry() 298 (*db->hdb_close)(context, db); in hdb_start_seq_get() 405 (c->db->hdb_close)(context, c->db); in hdb_end_seq_get() 416 hdb_close,
|
H A D | hdb.h | 128 krb5_error_code (*hdb_close)(krb5_context, struct HDB*); member
|
H A D | hdb-keytab.c | 216 (*db)->hdb_close = hkt_close; in hdb_keytab_create()
|
H A D | db.c | 320 (*db)->hdb_close = DB_close; in hdb_db_create()
|
H A D | ndbm.c | 372 (*db)->hdb_close = NDBM_close; in hdb_ndbm_create()
|
H A D | db3.c | 350 (*db)->hdb_close = DB_close; in hdb_db_create()
|
H A D | hdb-sqlite.c | 863 (*db)->hdb_close = hdb_sqlite_close; in hdb_sqlite_create()
|
H A D | hdb-mitdb.c | 801 (*db)->hdb_close = mdb_close; in hdb_mdb_create()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | rename_s.c | 57 context->db->hdb_close(context->context, context->db); in kadm5_s_rename_principal() 108 context->db->hdb_close(context->context, context->db); in kadm5_s_rename_principal()
|
H A D | chpass_s.c | 121 context->db->hdb_close(context->context, context->db); in change() 202 context->db->hdb_close(context->context, context->db); in kadm5_s_chpass_principal_with_key()
|
H A D | create_s.c | 135 context->db->hdb_close(context->context, context->db); in kadm5_s_create_principal_with_key() 188 context->db->hdb_close(context->context, context->db); in kadm5_s_create_principal()
|
H A D | delete_s.c | 73 context->db->hdb_close(context->context, context->db); in kadm5_s_delete_principal()
|
H A D | modify_s.c | 83 context->db->hdb_close(context->context, context->db); in modify_principal()
|
H A D | randkey_s.c | 105 context->db->hdb_close(context->context, context->db); in kadm5_s_randkey_principal()
|
H A D | get_princs_s.c | 104 context->db->hdb_close(context->context, context->db); in kadm5_s_get_principals()
|
H A D | ipropd_slave.c | 312 ret = server_context->db->hdb_close (context, server_context->db); in receive() 441 ret = mydb->hdb_close (context, mydb); in receive_everything()
|
H A D | get_s.c | 83 context->db->hdb_close(context->context, context->db); in kadm5_s_get_principal()
|
H A D | iprop-log.c | 407 ret = server_context->db->hdb_close (context, server_context->db); in iprop_replay()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | dump.c | 72 db->hdb_close(context, db); in dump()
|
H A D | init.c | 155 db->hdb_close(context, db); in init()
|
H A D | load.c | 538 db->hdb_close(context, db); in doit()
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/ |
H A D | manpages | 9 hdb/man/man3/hdb_close.3
|
/freebsd/crypto/heimdal/kdc/ |
H A D | misc.c | 103 config->db[i]->hdb_close(context, config->db[i]); in _kdc_db_fetch()
|
H A D | hpropd.c | 245 ret = db->hdb_close(context, db); in main()
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | 21 HDB.3 hdb_close.3 \
|