Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_lyb.c95 while ((iter1 = (struct lys_node *)lys_getnext(iter1, aug1, lys_node_module(aug1), 0))) { in lyb_check_augment_collision()
97 while ((iter2 = (struct lys_node *)lys_getnext(iter2, aug2, lys_node_module(aug2), 0))) { in lyb_check_augment_collision()
141 while ((sibling = (struct lys_node *)lys_getnext(sibling, parent, NULL, 0))) { in lyb_check_augments()
204 …while ((sibling = (struct lys_node *)lys_getnext(sibling, parent, mod, LYS_GETNEXT_NOSTATECHECK)))… in lyb_hash_siblings()
909 first_sibling = (struct lys_node *)lys_getnext(NULL, parent, lys_node_module(schema), 0); in lyb_print_schema_hash()
H A Dparser_json.c1001 while ((schema = (struct lys_node *) lys_getnext(schema, sparent, module, 0))) { in json_parse_data()
1009 while ((schema = (struct lys_node *) lys_getnext(schema, NULL, module, 0))) { in json_parse_data()
1031 …while ((schema = (struct lys_node *)lys_getnext(schema, (*parent)->schema, NULL, LYS_GETNEXT_WITHI… in json_parse_data()
1043 while ((schema = (struct lys_node *)lys_getnext(schema, schema_parent, NULL, 0))) { in json_parse_data()
1051 while ((schema = (struct lys_node *)lys_getnext(schema, (*parent)->schema, NULL, 0))) { in json_parse_data()
H A Dvalidation.c124 for (siter = lys_getnext(node->schema, sparent, lyd_node_module(node), 0); in lyv_data_context()
126 siter = lys_getnext(siter, sparent, lyd_node_module(node), 0)) { in lyv_data_context()
794 while ((siter = lys_getnext(siter, schema, NULL, 0))) { in lyv_data_content()
H A Dparser_lyb.c943 …while ((sibling = (struct lys_node *)lys_getnext(sibling, sparent, NULL, LYS_GETNEXT_WITHINOUT))) { in lyb_parse_schema_hash()
962 while ((sibling = (struct lys_node *)lys_getnext(sibling, sparent, mod, 0))) { in lyb_parse_schema_hash()
H A Dparser_xml.c180 … while ((schema = (struct lys_node *) lys_getnext(schema, (struct lys_node *) aug, NULL, 0))) { in xml_parse_data()
H A Dtree_schema.h2275 const struct lys_node *lys_getnext(const struct lys_node *last, const struct lys_node *parent,
H A Dresolve.c1952 …while ((sibling = lys_getnext(sibling, (last_aug ? (struct lys_node *)last_aug : start_parent), st… in resolve_schema_nodeid()
2112 while ((sibling = lys_getnext(sibling, start_parent, module, in resolve_descendant_schema_nodeid()
2223 while ((sibling = lys_getnext(sibling, start_parent, abs_start_mod, LYS_GETNEXT_WITHCHOICE in resolve_absolute_schema_nodeid()
2393 while ((sibling = lys_getnext(sibling, start_parent, module, 0))) { in resolve_json_nodeid()
2636 while ((ssibling = lys_getnext(ssibling, sparent, prev_mod, 0))) { in resolve_partial_json_data_nodeid()
4261 while ((node = lys_getnext(node, tmp_parent, tmp_mod, LYS_GETNEXT_NOSTATECHECK))) { in resolve_schema_leafref()
6400 schema = lys_getnext(NULL, NULL, lys_node_module(schema), LYS_GETNEXT_NOSTATECHECK); in resolve_when_ctx_snode()
6494 while ((slast = lys_getnext(slast, snode, NULL, LYS_GETNEXT_PARENTUSES))) { in resolve_when_unlink_nodes()
H A Dtree_schema.c205 …while ((node = lys_getnext(node, parent, mod, LYS_GETNEXT_WITHCHOICE | LYS_GETNEXT_WITHCASE | LYS_… in lys_get_sibling()
241 while ((node = lys_getnext(node, parent, mod, getnext_opts))) { in lys_getnext_data()
262 lys_getnext(const struct lys_node *last, const struct lys_node *parent, const struct lys_module *mo… in lys_getnext() function
4338 ctx_node = lys_getnext(NULL, NULL, lys_node_module(ctx_node), LYS_GETNEXT_NOSTATECHECK); in lys_xpath_atomize()
H A Dtree_data.c560 schema = (struct lys_node *)lys_getnext(NULL, schema, NULL, LYS_GETNEXT_NOSTATECHECK); in lyd_is_when_false()
2029 while ((schild = lys_getnext(schild, sparent, module, 0))) { in lyd_new_path()
4461 while ((siter = lys_getnext(siter, par1, lys_node_module(par1), 0))) { in lyd_insert_common()
4812 …while ((next = lys_getnext(next, lys_parent(first_sibling), lys_node_module(first_sibling), LYS_GE… in lys_module_node_pos_r()
6458 …while ((snode = lys_getnext(snode, schema, NULL, LYS_GETNEXT_WITHCHOICE | LYS_GETNEXT_WITHCASE | L… in lyd_build_relative_data_path()
H A Dcommon.c1059 while ((node = lys_getnext(node, parent, cur_mod, LYS_GETNEXT_NOSTATECHECK))) { in ly_path_data2schema_subexp()
H A Dxpath.c5453 root = lys_getnext(NULL, NULL, lys_node_module(cur_node), LYS_GETNEXT_NOSTATECHECK); in moveto_snode_get_root()
5771 while ((sub = lys_getnext(sub, NULL, moveto_mod, LYS_GETNEXT_NOSTATECHECK))) { in moveto_snode()
5807 …while ((sub = lys_getnext(sub, (last_aug ? (struct lys_node *)last_aug : start_parent), NULL, LYS_… in moveto_snode()
6541 … while ((sub = lys_getnext(sub, set->val.snodes[i].snode, NULL, LYS_GETNEXT_NOSTATECHECK))) { in moveto_snode_self()
6737 …node = (struct lys_node *)lys_getnext(NULL, NULL, lys_node_module(node), LYS_GETNEXT_NOSTATECHECK); in moveto_snode_parent()
H A Dparser.c2559 …while ((iter = lys_getnext(iter, root, NULL, LYS_GETNEXT_WITHCHOICE | LYS_GETNEXT_WITHUSES | LYS_G… in lyp_check_mandatory_()
H A Dlibyang.h.in273 * - lys_getnext()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.cpp54 while ((iter = (struct lys_node *)lys_getnext(iter, NULL, module, options))) { in data_instantiables()
271 while ((iter = (struct lys_node *)lys_getnext(iter, node, node->module, options))) { in child_instantiables()
H A DLibyang.cpp184 while ((iter = (struct lys_node *)lys_getnext(iter, NULL, ctx->models.list[i], options))) { in data_instantiables()
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_tree_schema.c654 node = lys_getnext(node_child, node_parent, module, LYS_GETNEXT_WITHINOUT); in test_lys_getnext2()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1176 'lys_getnext' => 1,
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c2524 …while ((iter = lys_getnext(iter, root, NULL, LYS_GETNEXT_WITHCHOICE | LYS_GETNEXT_WITHUSES | LYS_G… in lyp_check_mandatory_()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c2524 …while ((iter = lys_getnext(iter, root, NULL, LYS_GETNEXT_WITHCHOICE | LYS_GETNEXT_WITHUSES | LYS_G… in lyp_check_mandatory_()