Searched refs:tmp_dom (Results 1 – 1 of 1) sorted by relevance
1392 struct domain_st *tmp_dom, *p; in find_domain_node() local1427 tmp_dom = new_domain(); in find_domain_node()1428 tmp_dom->dname = strdup(dname); in find_domain_node()1431 dom_head = tmp_dom; in find_domain_node()1432 dom_tail = tmp_dom; in find_domain_node()1434 dom_tail->next = tmp_dom; in find_domain_node()1437 return (tmp_dom); in find_domain_node()1531 struct domain_st *tmp_dom; in add_str_to_element_list() local1548 tmp_dom = find_domain_node(domain_list); in add_str_to_element_list()1591 if (tmp_dom->textdomain_head == NULL) { in add_str_to_element_list()[all …]