Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h573 int lys_copy_union_leafrefs(struct lys_module *mod, struct lys_node *parent, struct lys_type *type,
H A Dtree_schema.c1898 lys_copy_union_leafrefs(struct lys_module *mod, struct lys_node *parent, struct lys_type *type, str… in lys_copy_union_leafrefs() function
1943 if (lys_copy_union_leafrefs(mod, parent, &type->der->type, prev_new, unres)) { in lys_copy_union_leafrefs()
1959 …if (lys_copy_union_leafrefs(mod, parent, &(type->info.uni.types[i]), &(prev_new->info.uni.types[i]… in lys_copy_union_leafrefs()
H A Dresolve.c7062 if (lys_copy_union_leafrefs(mod, node, stype, NULL, unres)) { in resolve_unres_schema_item()