Searched refs:configure_context (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/krb5/src/plugins/kdb/lmdb/ |
H A D | kdb_lmdb.c | 140 configure_context(krb5_context context, const char *conf_section, in configure_context() function 515 ret = configure_context(context, conf_section, db_args); in klmdb_open() 586 ret = configure_context(context, conf_section, db_args); in klmdb_create() 690 ret = configure_context(context, conf_section, db_args); in klmdb_destroy()
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/ |
H A D | kdb_db2.c | 202 configure_context(krb5_context context, char *conf_section, char **db_args) in configure_context() function 1190 status = configure_context(context, conf_section, db_args); in krb5_db2_open() 1211 status = configure_context(context, conf_section, db_args); in krb5_db2_create() 1240 status = configure_context(context, conf_section, db_args); in krb5_db2_destroy()
|