Searched refs:profile_add_relation (Results 1 – 12 of 12) sorted by relevance
| /src/crypto/krb5/src/util/profile/ |
| H A D | t_profile.c | 177 check(profile_add_relation(p, names, values[0])); in test_clear() 279 check(profile_add_relation(p, sect, NULL)); in test_delete_section() 280 check(profile_add_relation(p, newrel, "6")); in test_delete_section() 299 check(profile_add_relation(p, names, "1")); in test_delete_clear_relation() 300 check(profile_add_relation(p, names, "2")); in test_delete_clear_relation() 315 check(profile_add_relation(p, names, "1")); in test_delete_ordering() 316 check(profile_add_relation(p, names, "2")); in test_delete_ordering() 317 check(profile_add_relation(p, names, "3")); in test_delete_ordering() 319 check(profile_add_relation(p, names, "4")); in test_delete_ordering() 387 check(profile_add_relation(p, n1, NULL)); in test_empty() [all …]
|
| H A D | libprofile.exports | 4 profile_add_relation
|
| H A D | test_vtable.c | 259 assert(profile_add_relation(profile, NULL, NULL) == PROF_UNSUPPORTED); in main() 300 assert(profile_add_relation(profile, empty_names, name_bool) == 0); in main()
|
| H A D | test_profile.c | 82 retval = profile_add_relation(profile, names+1, name); in do_batchmode()
|
| H A D | prof_set.c | 244 profile_add_relation(profile_t profile, const char **names, in profile_add_relation() function
|
| H A D | profile.hin | 126 long KRB5_CALLCONV profile_add_relation
|
| /src/crypto/krb5/src/lib/ |
| H A D | xpprof32.def | 11 profile_add_relation @2
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | t_ctxprf.c | 69 check(profile_add_relation(p, names, "ctx.prf.test")); in main()
|
| /src/crypto/krb5/src/windows/include/ |
| H A D | loadfuncs-profile.h | 146 profile_add_relation,
|
| /src/crypto/krb5/src/windows/leash/ |
| H A D | Lglobals.h | 136 extern DECL_FUNC_PTR(profile_add_relation);
|
| H A D | Leash.cpp | 558 DECL_FUNC_PTR(profile_add_relation); 574 MAKE_FUNC_INFO(profile_add_relation),
|
| /src/crypto/krb5/src/lib/krb5/ |
| H A D | libkrb5.exports | 634 profile_add_relation
|