Home
last modified time | relevance | path

Searched refs:lys_features_enable (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/libyang/libyang-1.0.240/tests/schema/
H A Dtest_feature.c127 lys_features_enable(mod, "a"); in test_fullset()
133 lys_features_enable(mod, "b"); in test_fullset()
139 lys_features_enable(mod, "aa"); in test_fullset()
H A Dtest_typedef.c567 lys_features_enable(mod, "x"); in test_typedef_11_iff_ident_yang()
607 lys_features_enable(mod, "x"); in test_typedef_11_iff_ident_yin()
647 lys_features_enable(mod, "x"); in test_typedef_11_iff_enums_yang()
687 lys_features_enable(mod, "x"); in test_typedef_11_iff_enums_yin()
727 lys_features_enable(mod, "x"); in test_typedef_11_iff_bits_yang()
767 lys_features_enable(mod, "x"); in test_typedef_11_iff_bits_yin()
H A Dtest_conformance.c288 assert_int_equal(lys_features_enable(a, "foo"), 0); in test_implemented_info_yin()
432 assert_int_equal(lys_features_enable(a, "foo"), 0); in test_implemented_info_yang()
H A Dtest_printer.c375 assert_int_equal(lys_features_enable(modd, "feat1"), 0); in test_tree_rfc_line_length()
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_xpath.c146 lys_features_enable(mod, "*"); in setup_f()
153 lys_features_enable(mod, "*"); in setup_f()
H A Dtest_tree_schema.c528 rc = lys_features_enable(module, "*"); in test_lys_features_enable()
553 rc = lys_features_enable(module, "*"); in test_lys_features_disable()
589 rc = lys_features_enable(module, "foo"); in test_lys_features_state()
629 rc = lys_features_enable(module, "bar"); in test_lys_is_disabled()
H A Dtest_tree_data.c574 lys_features_enable(mod, "bar"); in test_lyd_new_path()
919 lys_features_enable(module, "bar"); in test_lyd_schema_sort()
/dports/net/libyang/libyang-1.0.240/tests/conformance/
H A Dtest_sec7_19_2.c93 lys_features_enable(mod, "*"); in TEST_STATUS()
H A Dtest_sec7_10.c93 lys_features_enable(mod, "*"); in TEST_ANYXML()
H A Dtest_sec7_14.c93 lys_features_enable(mod, "*"); in TEST_NOTIFICATION()
H A Dtest_sec7_13_1.c93 lys_features_enable(mod, "*"); in TEST_RPC()
H A Dtest_sec7_16_1.c93 lys_features_enable(mod, "*"); in TEST_IDENTITY()
H A Dtest_sec7_12_1.c93 lys_features_enable(mod, "*"); in TEST_USES()
H A Dtest_sec7_18_2.c108 lys_features_enable(mod, data_enable_feature[l]); in TEST_IFFEATURE()
/dports/net/libyang/libyang-1.0.240/tools/lint/
H A Dmain_ni.c700 if (lys_features_enable(mod, ptr)) { in main_ni()
712 lys_features_enable(mod, "*"); in main_ni()
H A Dcommands.c1285 if (((task == 1) && lys_features_enable(module, feat_names)) in cmd_feature()
/dports/net/libyang/libyang-1.0.240/tests/data/
H A Dtest_json.c478 lys_features_enable(mod, "*"); in setup_f()
H A Dtest_when.c297 assert_int_equal(lys_features_enable(st->mod2, "feat1"), 0); in test_action()
H A Dtest_metadata.c191 assert_int_equal(lys_features_enable(mod, "xpath"), 0); in test_nc_filter2_xml()
305 assert_int_equal(lys_features_enable(mod, "xpath"), 0); in test_nc_filter6_xml()
333 assert_int_equal(lys_features_enable(mod, "xpath"), 0); in test_nc_filter7_xml()
H A Dtest_defaults.c555 assert_int_equal(lys_features_enable(st->mod, "unhide"), 0); in test_feature()
H A Dtest_parse_print.c66 lys_features_enable(st->mod, "feat2"); in setup_f()
67 lys_features_enable(st->mod, "*"); in setup_f()
/dports/net/libyang/libyang-1.0.240/src/
H A Dcontext.c212 lys_features_enable(mod, ((struct lyd_node_leaf_list*)features.set.d[u])->value_str); in ly_ctx_new_yl_legacy()
285lys_features_enable(mod, ((struct lyd_node_leaf_list*)features.set.d[u])->value_str); in ly_ctx_new_yl_common()
H A Dtree_schema.h2176 int lys_features_enable(const struct lys_module *module, const char *feature);
/dports/net/libyang/libyang-1.0.240/tests/internal/
H A Dtest_lyb.c603 assert_int_equal(lys_features_enable(mod, "test-submodule-feature"), 0); in test_submodule_feature()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.cpp89 return lys_features_enable(module, feature); in feature_enable()

12