Home
last modified time | relevance | path

Searched refs:hdb_firstkey (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/
H A Dmanpages12 hdb/man/man3/hdb_firstkey.3
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb.h165 krb5_error_code (*hdb_firstkey)(krb5_context, struct HDB*, member
H A Dhdb-keytab.c222 (*db)->hdb_firstkey = hkt_firstkey; in hdb_keytab_create()
H A Ddb.c376 (*db)->hdb_firstkey = DB_firstkey; in hdb_db1_create()
H A Dkeytab.c332 ret = (c->db->hdb_firstkey)(context, c->db, in hdb_next_entry()
H A Dndbm.c378 (*db)->hdb_firstkey = NDBM_firstkey; in hdb_ndbm_create()
H A Dhdb-mdb.c407 (*db)->hdb_firstkey = DB_firstkey; in hdb_mdb_create()
H A Dhdb.c247 ret = db->hdb_firstkey(context, db, flags, &entry); in hdb_foreach()
H A Ddb3.c482 (*db)->hdb_firstkey = DB_firstkey; in hdb_db3_create()
H A Dhdb-sqlite.c1042 (*db)->hdb_firstkey = hdb_sqlite_firstkey; in hdb_sqlite_create()
H A Dhdb-mitdb.c1147 (*db)->hdb_firstkey = mdb_firstkey; in hdb_mitdb_create()
H A Dhdb-ldap.c2023 (*db)->hdb_firstkey = LDAP_firstkey; in hdb_ldap_common()