Searched refs:copy_node (Results 1 – 6 of 6) sorted by relevance
379 struct string_list *copy_node(struct string_list *node) in copy_node() function397 n = res = copy_node(start); in copy_list_range()399 n->next = copy_node(start); in copy_list_range()457 return copy_node(&node); in read_node()463 return copy_node(&node); in read_node()
71 struct string_list *copy_node(struct string_list *);
68 r = copy_node(i); r->tag = type; in record_compound()
112 r = copy_node(i); r->tag = type;
168 newtbl->copy_node = oldtbl->copy_node; in mesh_table_grow()175 if (oldtbl->copy_node(p, newtbl) < 0) in mesh_table_grow()1078 tbl_path->copy_node = &mesh_path_node_copy; in mesh_pathtbl_init()1094 tbl_mpp->copy_node = &mesh_path_node_copy; in mesh_pathtbl_init()
155 int (*copy_node) (struct hlist_node *p, struct mesh_table *newtbl); member