Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_tree_data.c548 node = lyd_new_output(NULL, root->schema->module, "rpc1"); in test_lyd_output_new_leaf()
954 root = lyd_new_output(NULL, module, "rpc1"); in test_lyd_schema_sort()
956 node = lyd_new_output(root, NULL, "rpc-container"); in test_lyd_schema_sort()
1832 node = lyd_new_output(NULL, root->schema->module, "rpc1"); in test_lyd_new_output()
1849 node = lyd_new_output(NULL, root->schema->module, "rpc1"); in test_lyd_list_pos()
1865 node = lyd_new_output(NULL, root->schema->module, "rpc1"); in test_lyd_dup_withsiblings()
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h789 struct lyd_node *lyd_new_output(struct lyd_node *parent, const struct lys_module *module, const cha…
H A Dlibyang.h.in755 * - lyd_new_output()
H A Dtree_data.c1545 lyd_new_output(struct lyd_node *parent, const struct lys_module *module, const char *name) in lyd_new_output() function
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1137 'lyd_new_output' => 1,