Home
last modified time | relevance | path

Searched refs:lys_type_dup (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c44 static int lys_type_dup(struct lys_module *mod, struct lys_node *parent, struct lys_type *new, stru…
1852 … if (lys_type_dup(mod, parent, &(new->info.uni.types[u]), &(old->info.uni.types[u]), in_grp, in type_dup()
1967 if (lys_type_dup(mod, parent, prev_new, type, 0, 0, unres)) { in lys_copy_union_leafrefs()
2268 lys_type_dup(struct lys_module *mod, struct lys_node *parent, struct lys_type *new, struct lys_type… in lys_type_dup() function
3342 …if (lys_type_dup(module, retval, &(leaf->type), &(leaf_orig->type), lys_ingrouping(retval), shallo… in lys_node_dup_recursion()
3371 …if (lys_type_dup(module, retval, &(llist->type), &(llist_orig->type), lys_ingrouping(retval), shal… in lys_node_dup_recursion()