Lines Matching full:dbp
91 hdb_get_dbinfo(krb5_context context, struct hdb_dbinfo **dbp) in hdb_get_dbinfo() argument
101 *dbp = NULL; in hdb_get_dbinfo()
166 *dbp = databases; in hdb_get_dbinfo()
172 hdb_dbinfo_get_next(struct hdb_dbinfo *dbp, struct hdb_dbinfo *dbprevp) in hdb_dbinfo_get_next() argument
175 return dbp; in hdb_dbinfo_get_next()
181 hdb_dbinfo_get_label(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_label() argument
183 return dbp->label; in hdb_dbinfo_get_label()
187 hdb_dbinfo_get_realm(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_realm() argument
189 return dbp->realm; in hdb_dbinfo_get_realm()
193 hdb_dbinfo_get_dbname(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_dbname() argument
195 return dbp->dbname; in hdb_dbinfo_get_dbname()
199 hdb_dbinfo_get_mkey_file(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_mkey_file() argument
201 return dbp->mkey_file; in hdb_dbinfo_get_mkey_file()
205 hdb_dbinfo_get_acl_file(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_acl_file() argument
207 return dbp->acl_file; in hdb_dbinfo_get_acl_file()
211 hdb_dbinfo_get_log_file(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_log_file() argument
213 return dbp->log_file; in hdb_dbinfo_get_log_file()
217 hdb_dbinfo_get_binding(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_binding() argument
219 return dbp->binding; in hdb_dbinfo_get_binding()
223 hdb_free_dbinfo(krb5_context context, struct hdb_dbinfo **dbp) in hdb_free_dbinfo() argument
227 for(di = *dbp; di != NULL; di = ndi) { in hdb_free_dbinfo()
237 *dbp = NULL; in hdb_free_dbinfo()