Searched refs:dbinfo (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistctl.c76 struct dbinfo dbi;
H A Dblacklistd.c175 struct dbinfo dbi;
303 struct dbinfo dbi;
405 struct dbinfo dbi;
H A Dstate.c140 state_get(DB *db, const struct conf *c, struct dbinfo *dbi)
168 state_put(DB *db, const struct conf *c, const struct dbinfo *dbi)
198 state_iterate(DB *db, struct conf *c, struct dbinfo *dbi, unsigned int first)
H A Dstate.h43 struct dbinfo { struct
55 int state_get(DB *, const struct conf *, struct dbinfo *);
56 int state_put(DB *, const struct conf *, const struct dbinfo *);
58 int state_iterate(DB *, struct conf *, struct dbinfo *, unsigned int);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c60 struct dbinfo { struct
152 state_get(DB *db, const struct conf *c, struct dbinfo *dbi)
181 state_put(DB *db, const struct conf *c, const struct dbinfo *dbi)
210 state_iterate(DB *db, struct conf *c, struct dbinfo *dbi, unsigned int first)
249 struct dbinfo d;
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dconfig.c40 struct dbinfo { struct
44 struct dbinfo *next;
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A DMakefile.in141 hdb-private.h keys.c keytab.c dbinfo.c mkey.c ndbm.c print.c
145 hdb-mitdb.lo keys.lo keytab.lo dbinfo.lo mkey.lo ndbm.lo \
509 dbinfo.c \
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbinfo.Plo@am__quote@
H A Dkeytab.c141 struct hdb_dbinfo *head, *dbinfo = NULL; local
149 while ((dbinfo = hdb_dbinfo_get_next(head, dbinfo)) != NULL) {
150 const char *p = hdb_dbinfo_get_realm(context, dbinfo);
152 p = hdb_dbinfo_get_dbname(context, dbinfo);
155 p = hdb_dbinfo_get_mkey_file(context, dbinfo);
/freebsd-11-stable/kerberos5/lib/libhdb/
H A DMakefile43 dbinfo.c \

Completed in 120 milliseconds