Lines Matching refs:head
556 struct sss_domain_info *head = NULL;
566 head = dom;
568 dom = named_domain(test_ctx, "sub1a", head);
570 head->subdomains = dom;
574 head->next = dom;
576 dom = named_domain(test_ctx, "sub2a", head->next);
578 head->next->subdomains = dom;
580 dom = named_domain(test_ctx, "sub2b", head->next);
582 head->next->subdomains->next = dom;
585 test_ctx->dom_list = head;