Lines Matching refs:domains
24 cache_req_domain_get_domain_by_name(struct cache_req_domain *domains,
30 DLIST_FOR_EACH(dom, domains) {
44 DEBUG(SSSDBG_OP_FAILURE, "Unknown domains [%s].\n", name);
112 * - use_fully_qualified_name value of the head of the domains;
114 * - the presence of a domains' resolution order list;
141 struct sss_domain_info *domains,
153 /* Firstly, in case a domains' resolution order is passed ... iterate over
154 * the list adding its domains to the flatten cache req domains' list */
159 for (dom = domains; dom; dom = get_next_domain(dom, flag)) {
186 /* Then iterate through all the other domains (and subdomains) and add them
187 * to the flatten cache req domains' list */
188 for (dom = domains; dom; dom = get_next_domain(dom, flag)) {
226 struct sss_domain_info *domains,
264 cr_domains = cache_req_domain_new_list_from_string_list(mem_ctx, domains,