Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h404 struct lyd_node *_lyd_new(struct lyd_node *parent, const struct lys_node *schema, int dflt);
H A Dtree_data.c1149 _lyd_new(struct lyd_node *parent, const struct lys_node *schema, int dflt) in _lyd_new() function
1206 return _lyd_new(parent, snode, 0); in lyd_new()
1541 return _lyd_new(NULL, snode, 0); in lyd_new_yangdata()
1573 return _lyd_new(parent, snode, 0); in lyd_new_output()
2088 … node = _lyd_new(is_relative ? parent : NULL, schild, (options & LYD_PATH_OPT_DFLT) ? 1 : 0); in lyd_new_path()
2329 iter = _lyd_new(parent, spath->set.s[index - 1], dflt); in lyd_new_dummy()
3117 node2 = _lyd_new(NULL, src_snode, dflt); in lyd_merge_to_ctx()
6927 target = _lyd_new(NULL, schema, 0); in lyd_find_sibling_val()
6942 target = _lyd_new(NULL, schema, 0); in lyd_find_sibling_val()
7762 subroot = _lyd_new(last_parent, schema, 1); in lyd_wd_add_subtree()
H A Dparser_xml.c613 reply_top = reply_parent = _lyd_new(NULL, rpc_act->schema, 0); in lyd_parse_xml()
H A Dparser_json.c1473 reply_top = reply_parent = _lyd_new(NULL, rpc_act->schema, 0); in lyd_parse_json()