Searched defs:dom2 (Results 1 - 3 of 3) sorted by relevance
/sssd/src/tests/cmocka/ |
H A D | test_fqnames.c | 422 struct sss_domain_info *dom2; local 425 dom2 = test_ctx->dom->next; 428 DLIST_REMOVE(test_ctx->dom, dom2);
|
H A D | test_negcache.c | 706 struct sss_domain_info *dom2; local 754 dom2 = talloc_zero(ts, struct sss_domain_info); 755 assert_non_null(dom2); 756 dom2->name = discard_const_p(char, TEST_DOM_NAME"2"); 757 dom->next = dom2; 758 dom2->names = dom->names; 767 ret = check_user_in_ncache(ncache, dom2, "testuser2"); 770 ret = check_group_in_ncache(ncache, dom2, "testgroup2"); 783 ret = check_user_in_ncache(ncache, dom2, "testuser2"); 786 ret = check_group_in_ncache(ncache, dom2, "testgroup [all...] |
H A D | test_sysdb_subdomains.c | 102 const char *const dom2[4] = { "dom2.sub", "DOM2.SUB", "dom2", "S-2" }; local 117 dom2[0], dom2[1], dom2[2], dom2[3], 125 assert_string_equal(test_ctx->tctx->dom->subdomains->next->name, dom2[0]); 135 dom2[0], dom2[ 211 const char *const dom2[5] = { "dom2.sub", "DOM2.SUB", local [all...] |
Completed in 12 milliseconds