Home
last modified time | relevance | path

Searched refs:lys_parse_path (Results 76 – 99 of 99) sorted by relevance

1234

/dports/net/libyang/libyang-1.0.240/tests/data/
H A Dtest_unique.c51 st->mod = lys_parse_path(st->ctx, schemafile, LYS_IN_YIN); in setup_f()
H A Dtest_unknown_element.c44 st->mod = lys_parse_path(st->ctx, schemafile, LYS_IN_YIN); in setup_f()
H A Dtest_mandatory.c50 if (!lys_parse_path(st->ctx, schemafile, LYS_IN_YIN)) { in setup_f()
H A Dtest_autodel.c51 mod = lys_parse_path(st->ctx, schemafile, LYS_IN_YIN); in setup_f()
H A Dtest_keys.c49 if (!lys_parse_path(st->ctx, schemafile, LYS_IN_YIN)) { in setup_f()
/dports/net/libyang/libyang-1.0.240/tests/conformance/
H A Dtest_sec7_6_4.c95 mod = lys_parse_path(st->ctx, buf, schema_format); in TEST_LEAF_DEFAULT()
H A Dtest_sec7_9_3.c95 mod = lys_parse_path(st->ctx, buf, schema_format); in TEST_LEAF_DEFAULT()
H A Dtest_sec7_13_2.c94 mod = lys_parse_path(st->ctx, buf, schema_format); in TEST_RPC_INPUT()
H A Dtest_sec7_18_2.c94 mod = lys_parse_path(st->ctx, buf, schema_format); in TEST_IFFEATURE()
H A Dtest_sec7_7_5.c94 mod = lys_parse_path(st->ctx, buf, schema_format); in TEST_LEAFLIST_ORDERED()
H A Dtest_sec7_13_3.c99 mod = lys_parse_path(st->ctx, buf, schema_format); in TEST_RPC_OUTPUT()
/dports/net/libyang/libyang-1.0.240/tests/schema/
H A Dtest_typedef.c90 mod = lys_parse_path(st->ctx, schema, LYS_IN_YIN); in test_typedef_yin()
113 mod = lys_parse_path(st->ctx, schema, LYS_IN_YANG); in test_typedef_yang()
1224 mod = lys_parse_path(st->ctx, TESTS_DIR"/schema/yang/files/patterns.yang", LYS_IN_YANG); in test_typedef_patterns_optimizations_yang()
1236 mod = lys_parse_path(st->ctx, TESTS_DIR"/schema/yin/files/patterns.yin", LYS_IN_YIN); in test_typedef_patterns_optimizations_yin()
H A Dtest_ietf.c140 if (!(module = lys_parse_path(ctx, path, format))) { in test_modules()
/dports/net/libyang/libyang-1.0.240/tests/internal/
H A Dtest_state_lists.c132 if (!lys_parse_path(st->ctx, schemafile, LYS_IN_YANG)) { in setup_f()
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_libyang.c56 if (!lys_parse_path(ctx, yin_file, LYS_IN_YIN)) { in setup_f()
60 if (!(module = lys_parse_path(ctx, yang_file, LYS_IN_YANG))) { in setup_f()
64 if (!lys_parse_path(ctx, yang_dev_file, LYS_IN_YANG)) { in setup_f()
H A Dtest_tree_schema.c462 module = lys_parse_path(ctx, yin_file, LYS_IN_YIN); in test_lys_parse_path()
469 module = lys_parse_path(ctx, yang_file, LYS_IN_YANG); in test_lys_parse_path()
H A Dtest_diff.c52 st->mod = lys_parse_path(st->ctx, schemafile, LYS_IN_YIN); in setup_f()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DLibyang.cpp243 module = (struct lys_module *) lys_parse_path(ctx, path, format); in parse_module_path()
/dports/net/libyang/libyang-1.0.240/tools/lint/
H A Dmain_ni.c652 mod = lys_parse_path(ctx, argv[optind + i], informat_s); in main_ni()
H A Dcommands.c240 model = lys_parse_path(ctx, path, format); in cmd_add()
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h2132 const struct lys_module *lys_parse_path(struct ly_ctx *ctx, const char *path, LYS_INFORMAT format);
H A Dtree_schema.c1159 lys_parse_path(struct ly_ctx *ctx, const char *path, LYS_INFORMAT format) in lys_parse_path() function
H A Dlibyang.h.in320 * - lys_parse_path()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1189 'lys_parse_path' => 1,

1234