HomeSort by: relevance | last modified time | path
    Searched defs:dbinfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/blocklist/bin/
state.h 43 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);
  /src/crypto/external/bsd/heimdal/dist/kdc/
config.c 42 struct dbinfo { struct
46 struct dbinfo *next;
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
keytab.c 143 struct hdb_dbinfo *head, *dbinfo = NULL; local
151 while ((dbinfo = hdb_dbinfo_get_next(head, dbinfo)) != NULL) {
152 const char *p = hdb_dbinfo_get_realm(context, dbinfo);
154 p = hdb_dbinfo_get_dbname(context, dbinfo);
157 p = hdb_dbinfo_get_mkey_file(context, dbinfo);
  /src/tests/lib/libc/db/
t_db_hash_seq.c 60 struct dbinfo { struct
153 state_get(DB *db, const struct conf *c, struct dbinfo *dbi)
182 state_put(DB *db, const struct conf *c, const struct dbinfo *dbi)
211 state_iterate(DB *db, struct conf *c, struct dbinfo *dbi, unsigned int first)
250 struct dbinfo d;

Completed in 26 milliseconds