Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c1642 lys_restr_dup(struct lys_module *mod, struct lys_restr *old, int size, int shallow, struct unres_sc… in lys_restr_dup() function
1715 … new->info.binary.length = lys_restr_dup(mod, old->info.binary.length, 1, shallow, unres); in type_dup()
1745 new->info.dec64.range = lys_restr_dup(mod, old->info.dec64.range, 1, shallow, unres); in type_dup()
1805 new->info.num.range = lys_restr_dup(mod, old->info.num.range, 1, shallow, unres); in type_dup()
1821 new->info.str.length = lys_restr_dup(mod, old->info.str.length, 1, shallow, unres); in type_dup()
1824 …new->info.str.patterns = lys_restr_dup(mod, old->info.str.patterns, old->info.str.pat_count, shall… in type_dup()
3304 … cont->must = lys_restr_dup(module, cont_orig->must, cont_orig->must_size, shallow, unres); in lys_node_dup_recursion()
3359 … leaf->must = lys_restr_dup(module, leaf_orig->must, leaf_orig->must_size, shallow, unres); in lys_node_dup_recursion()
3380 … llist->must = lys_restr_dup(module, llist_orig->must, llist_orig->must_size, shallow, unres); in lys_node_dup_recursion()
3405 … list->must = lys_restr_dup(module, list_orig->must, list_orig->must_size, shallow, unres); in lys_node_dup_recursion()
[all …]