Searched refs:hdb_close (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.1-release/crypto/heimdal/kadmin/
H A Ddump.c72 db->hdb_close(context, db);
H A Dinit.c155 db->hdb_close(context, db);
H A Dload.c538 db->hdb_close(context, db);
/freebsd-10.1-release/crypto/heimdal/lib/kadm5/
H A Drename_s.c57 context->db->hdb_close(context->context, context->db);
106 context->db->hdb_close(context->context, context->db);
H A Ddelete_s.c73 context->db->hdb_close(context->context, context->db);
H A Dchpass_s.c121 context->db->hdb_close(context->context, context->db);
202 context->db->hdb_close(context->context, context->db);
H A Dget_princs_s.c103 context->db->hdb_close(context->context, context->db);
H A Dmodify_s.c83 context->db->hdb_close(context->context, context->db);
H A Drandkey_s.c105 context->db->hdb_close(context->context, context->db);
H A Dcreate_s.c135 context->db->hdb_close(context->context, context->db);
184 context->db->hdb_close(context->context, context->db);
H A Dipropd_slave.c312 ret = server_context->db->hdb_close (context, server_context->db);
441 ret = mydb->hdb_close (context, mydb);
H A Dget_s.c83 context->db->hdb_close(context->context, context->db);
H A Diprop-log.c395 ret = server_context->db->hdb_close (context, server_context->db);
H A Dipropd_master.c436 (*db->hdb_close)(context, db);
/freebsd-10.1-release/crypto/heimdal/lib/hdb/
H A Dkeytab.c103 hdb_close(krb5_context context, krb5_keytab id) function
247 (*db->hdb_close)(context, db);
298 (*db->hdb_close)(context, db);
405 (c->db->hdb_close)(context, c->db);
416 hdb_close,
H A Dhdb.h118 * Then done the caller should call hdb_close(), and to release
128 krb5_error_code (*hdb_close)(krb5_context, struct HDB*); member in struct:HDB
H A Dhdb-keytab.c216 (*db)->hdb_close = hkt_close;
H A Ddb.c320 (*db)->hdb_close = DB_close;
H A Ddb3.c350 (*db)->hdb_close = DB_close;
H A Dndbm.c372 (*db)->hdb_close = NDBM_close;
H A Dhdb-sqlite.c863 (*db)->hdb_close = hdb_sqlite_close;
H A Dhdb-mitdb.c802 (*db)->hdb_close = mdb_close;
/freebsd-10.1-release/crypto/heimdal/kdc/
H A Dmisc.c103 config->db[i]->hdb_close(context, config->db[i]);
H A Dhpropd.c242 ret = db->hdb_close(context, db);
/freebsd-10.1-release/kerberos5/lib/libhdb/
H A DMakefile18 HDB.3 hdb_close.3 \

Completed in 203 milliseconds

12