Searched refs:hdb__get (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | common.c | 128 code = db->hdb__get(context, db, key, &value); in _hdb_fetch_kvno() 148 code = db->hdb__get(context, db, key, &value); in _hdb_fetch_kvno() 176 code = db->hdb__get(context, db, *key, &value); in hdb_remove_aliases() 257 code = db->hdb__get(context, db, akey, &value); in hdb_check_aliases()
|
H A D | hdb.h | 190 krb5_error_code (*hdb__get)(krb5_context, struct HDB*, member
|
H A D | hdb-keytab.c | 225 (*db)->hdb__get = NULL; in hdb_keytab_create()
|
H A D | hdb-mitdb.c | 692 code = db->hdb__get(context, db, key, &value); in mdb_fetch_kvno() 810 (*db)->hdb__get = mdb__get; in hdb_mdb_create()
|
H A D | db.c | 329 (*db)->hdb__get = DB__get; in hdb_db_create()
|
H A D | hdb.c | 222 ret = (*db->hdb__get)(context, db, tag, &version); in hdb_check_db_format()
|
H A D | ndbm.c | 381 (*db)->hdb__get = NDBM__get; in hdb_ndbm_create()
|
H A D | db3.c | 359 (*db)->hdb__get = DB__get; in hdb_db_create()
|
H A D | hdb-sqlite.c | 874 (*db)->hdb__get = NULL; in hdb_sqlite_create()
|
H A D | hdb-ldap.c | 1892 (*db)->hdb__get = NULL; in hdb_ldap_common()
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/ |
H A D | manpages | 3 hdb/man/man3/hdb__get.3
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | 15 HDB.3 hdb__get.3 \
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 2890 OLD_FILES+=usr/share/man/man3/hdb__get.3.gz
|