Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DLibyang.cpp413 return ly_set_contains(set, (void *) node->node); in contains()
419 return ly_set_contains(set, (void *) node->node); in contains()
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_libyang.c1534 if (ly_set_contains(first_set, root->child->schema) != -1) { in test_ly_set_merge()
1539 if (ly_set_contains(second_set, root->child->schema) == -1) { in test_ly_set_merge()
1554 if (ly_set_contains(set, node)) { in test_ly_set_contains()
1561 if (!ly_set_contains(set, node)) { in test_ly_set_contains()
/dports/net/libyang/libyang-1.0.240/src/
H A Dcontext.c1132 …if (!mods || ly_set_contains(mods, ((struct lys_feature *)mod->features[j].depfeatures->set.g[v])-… in ctx_modules_undo_backlinks()
1151 …if (!mods || ly_set_contains(mods, ((struct lys_ident *)mod->ident[u].der->set.g[v])->module) != -… in ctx_modules_undo_backlinks()
1392 if (!mod->disabled || ly_set_contains(disabled, mod) != -1) { in lys_set_enabled()
H A Dplugins.c342 if (ly_set_contains(&dlhandlers, dlhandler) != -1) { in ly_load_plugins_dir()
H A Dtree_data.c7033 ly_set_contains(const struct ly_set *set, void *node) in ly_set_contains() function
7137 if (ly_set_contains(trg, src->set.g[i]) > -1) { in ly_set_merge()
H A Dtree_schema.c703 …if ((ly_set_contains(&excluded_parents, (void *)iter) != -1) || iter->nodetype & (LYS_USES | LYS_C… in lys_check_id()
H A Dlibyang.h.in1770 int ly_set_contains(const struct ly_set *set, void *node);
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump857 'ShortName' => 'ly_set_contains',
1096 'ly_set_contains' => 1,