Searched refs:hdb__put (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/heimdal/doc/doxyout/hdb/ |
H A D | manpages | 4 hdb/man/man3/hdb__put.3
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | common.c | 230 code = db->hdb__put(context, db, flags, key, value); in hdb_add_aliases() 319 code = db->hdb__put(context, db, flags & HDB_F_REPLACE, key, value); in _hdb_store()
|
H A D | hdb.h | 197 krb5_error_code (*hdb__put)(krb5_context, struct HDB*, int, member
|
H A D | hdb-keytab.c | 226 (*db)->hdb__put = NULL; in hdb_keytab_create()
|
H A D | db.c | 330 (*db)->hdb__put = DB__put; in hdb_db_create()
|
H A D | hdb.c | 258 ret = (*db->hdb__put)(context, db, 0, tag, version); in hdb_init_db()
|
H A D | ndbm.c | 382 (*db)->hdb__put = NDBM__put; in hdb_ndbm_create()
|
H A D | db3.c | 360 (*db)->hdb__put = DB__put; in hdb_db_create()
|
H A D | hdb-sqlite.c | 875 (*db)->hdb__put = NULL; in hdb_sqlite_create()
|
H A D | hdb-mitdb.c | 811 (*db)->hdb__put = mdb__put; in hdb_mdb_create()
|
H A D | hdb-ldap.c | 1893 (*db)->hdb__put = NULL; in hdb_ldap_common()
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | 16 HDB.3 hdb__put.3 \
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 2891 OLD_FILES+=usr/share/man/man3/hdb__put.3.gz
|