Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.c43 static struct lyd_node *lyd_dup_withsiblings_to_ctx(const struct lyd_node *node, int options, struc…
2617 trg_any->value.tree = lyd_dup_withsiblings_to_ctx(src_any->value.tree, 1, ctx); in lyd_merge_node_update()
5591 new_any->value.tree = lyd_dup_withsiblings_to_ctx(old_any->value.tree, 1, ctx); in _lyd_dup_node()
5919 lyd_dup_withsiblings_to_ctx(const struct lyd_node *node, int options, struct ly_ctx *ctx) in lyd_dup_withsiblings_to_ctx() function
5972 return lyd_dup_withsiblings_to_ctx(node, options, lyd_node_module(node)->ctx); in lyd_dup_withsiblings()