Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dcontext.c188 ly_set_add(&features, node, LY_SET_OPT_USEASLIST); in ly_ctx_new_yl_legacy()
272 ly_set_add(&features, node, LY_SET_OPT_USEASLIST); in ly_ctx_new_yl_common()
1240 ly_set_add(mods, mod, 0); in lys_set_disabled()
1255 ly_set_add(mods, mod, 0); in lys_set_disabled()
1284 ly_set_add(mods, mod, 0); in lys_set_disabled()
1333 ly_set_add(mods, mod, 0); in lys_set_enabled_()
1417 ly_set_add(mods, mod, 0); in lys_set_enabled()
1433 ly_set_add(disabled, mod, 0); in lys_set_enabled()
1496 ly_set_add(mods, mod, 0); in ly_ctx_remove_module()
1510 ly_set_add(mods, mod, 0); in ly_ctx_remove_module()
[all …]
H A Dresolve.c1989 ly_set_add(*ret, (void *)sibling, LY_SET_OPT_USEASLIST); in resolve_schema_nodeid()
2008 ly_set_add(*ret, (void *)sibling, LY_SET_OPT_USEASLIST); in resolve_schema_nodeid()
4032 ly_set_add(node_set, (void *)dst_node, 0); in resolve_schema_leafref_predicate()
4033 ly_set_add(node_set, (void *)src_node, 0); in resolve_schema_leafref_predicate()
4070 ly_set_add(src_parents, aug, LY_SET_OPT_USEASLIST); in check_leafref_features()
4072 ly_set_add(src_parents, iter, LY_SET_OPT_USEASLIST); in check_leafref_features()
4089 ly_set_add(trg_parents, iter, LY_SET_OPT_USEASLIST); in check_leafref_features()
4333 ly_set_add(node_set, (void *)node, 0); in resolve_schema_leafref()
5675 ly_set_add(base->der, der, LY_SET_OPT_USEASLIST); in resolve_identity_backlink_update()
7107 ly_set_add(procs, feat, 0); in resolve_unres_schema_item()
[all …]
H A Dtree_data.c538 ly_set_add(set, (void*)iter, LY_SET_OPT_USEASLIST); in lyd_get_node_siblings()
2292 ly_set_add(spath, (void*)siter, LY_SET_OPT_USEASLIST); in lyd_new_dummy()
2386 ly_set_add(parents, parent, LY_SET_OPT_USEASLIST); in lys_get_schema_inctx()
3321 ly_set_add(ordset, new_ordered, LY_SET_OPT_USEASLIST); in diff_ordset_insert()
3413 ly_set_add(matchset, first, LY_SET_OPT_USEASLIST); in lyd_diff_match()
4417 if ((ly_set_add(llists, ins->schema, 0) != i) || ins->dflt) { in lyd_insert_common()
6352 ly_set_add(s, (void *)parent, LY_SET_OPT_USEASLIST); in lyd_get_unique_default()
6584 ly_set_add(spath, (void*)siter, LY_SET_OPT_USEASLIST); in lyd_find_instance()
6597 ly_set_add(ret, iter, LY_SET_OPT_USEASLIST); in lyd_find_instance()
6614 ly_set_add(ret_aux, iter, LY_SET_OPT_USEASLIST); in lyd_find_instance()
[all …]
H A Dplugins.c372 ly_set_add(&dlhandlers, dlhandler, LY_SET_OPT_USEASLIST); in ly_load_plugins_dir()
H A Dtree_schema.c681 ly_set_add(&excluded_parents, (void *)iter, LY_SET_OPT_USEASLIST); in lys_check_id()
1366 if (ly_set_add(dirs, wd, 0) == -1) { in lys_search_localfile()
1383 } else if (ly_set_add(dirs, wd, 0) == -1) { in lys_search_localfile()
1426 if (ly_set_add(dirs, wn, 0) == -1) { in lys_search_localfile()
4369 if (ly_set_add(ret_set, set.val.snodes[i].snode, LY_SET_OPT_USEASLIST) == -1) { in lys_xpath_atomize()
4433 if (ly_set_add(ret_set, set.val.snodes[i].snode, 0) == -1) { in lys_node_xpath_atomize()
5192 ly_set_add(set, (void *)node, 0); in lys_data_path()
5248 ly_set_add(set, (void *)node, 0); in lys_data_path_pattern()
H A Dvalidation.c475 ly_set_add(set, diter, LY_SET_OPT_USEASLIST); in lyv_data_dup()
H A Dparser.c3224 ly_set_add(extset, rfn->ext[k]->def, 0); in lyp_rfn_apply_ext()
3639 ly_set_add(extset, dev->ext[k]->def, 0); in lyp_deviation_apply_ext()
H A Dparser_yin.c2550 ly_set_add(dflt_check, dev_target, 0); in fill_yin_deviation()
2555 ly_set_add(dflt_check, dev_target, 0); in fill_yin_deviation()
3003 ly_set_add(dflt_check, dev_target, 0); in fill_yin_deviation()
3049 ly_set_add(dflt_check, dev_target, 0); in fill_yin_deviation()
H A Dparser_yang.c1616 ly_set_add(dflt_check, dev_target, 0); in yang_fill_deviate_default()
1675 ly_set_add(dflt_check, dev_target, 0); in yang_fill_deviate_default()
H A Dlibyang.h.in1715 * @brief Option for ly_set_add() to allow duplicities in the ly_set structure so the
1748 int ly_set_add(struct ly_set *set, void *node, int options);
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_libyang.c911 rc = ly_set_add(NULL, root->child->schema, 0); in test_ly_set_add()
916 rc = ly_set_add(set, root->child->schema, 0); in test_ly_set_add()
946 rc = ly_set_add(set, root->child->schema, 0); in test_ly_set_rm()
976 rc = ly_set_add(set, root->child->schema, 0); in test_ly_set_rm_index()
1521 ly_set_add(second_set, root->child->schema, 0); in test_ly_set_merge()
1558 ly_set_add(set, node, 0); in test_ly_set_contains()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DLibyang.cpp401 return ly_set_add(set, (void *) node->node, options); in add()
407 return ly_set_add(set, (void *) node->node, options); in add()
/dports/net/libyang/libyang-1.0.240/tools/lint/
H A Dmain_ni.c448 ly_set_add(searchpaths, optarg, 0); in main_ni()
658 ly_set_add(mods, (void *)mod, 0); in main_ni()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump825 'ShortName' => 'ly_set_add',
1094 'ly_set_add' => 1,
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c3183 ly_set_add(extset, rfn->ext[k]->def, 0); in lyp_rfn_apply_ext()
3519 ly_set_add(extset, dev->ext[k]->def, 0); in lyp_deviation_apply_ext()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c3183 ly_set_add(extset, rfn->ext[k]->def, 0); in lyp_rfn_apply_ext()
3519 ly_set_add(extset, dev->ext[k]->def, 0); in lyp_deviation_apply_ext()