Searched refs:heim_dict_add_value (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/base/ |
H A D | test_base.c | 79 heim_dict_add_value(dict, a1, a2); in test_dict() 80 heim_dict_add_value(dict, a3, a4); in test_dict()
|
H A D | version-script.map | 16 heim_dict_add_value;
|
H A D | heimbase.h | 148 int heim_dict_add_value(heim_dict_t, heim_object_t, heim_object_t);
|
H A D | dict.c | 192 heim_dict_add_value(heim_dict_t dict, heim_object_t key, heim_object_t value) in heim_dict_add_value() function
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | plugin.c | 437 heim_dict_add_value(modules, s, module); in _krb5_load_plugins() 487 heim_dict_add_value(module, spath, p); in _krb5_load_plugins() 568 heim_dict_add_value(p->names, s->n, pl); in search_modules()
|