Lines Matching defs:dom1
98 const char *const dom1[4] = { "dom1.sub", "DOM1.SUB", "dom1", "S-1" };
102 dom1[0], dom1[1], dom1[2], dom1[3],
110 assert_string_equal(test_ctx->tctx->dom->subdomains->name, dom1[0]);
127 dom1[0], dom1[1], dom1[2], dom1[3],
145 ret = sysdb_subdomain_delete(test_ctx->tctx->sysdb, dom1[0]);
204 const char *const dom1[5] = { "dom1.sub", "DOM1.SUB",
206 const char *const child_dom1[5] = { "child1.dom1.sub", "CHILD1.DOM1.SUB",
214 dom1[0], dom1[1], dom1[2], dom1[3],
215 false, false, dom1[4], 0, NULL);
245 sub = find_domain_by_name(test_ctx->tctx->dom, dom1[0], true);