Home
last modified time | relevance | path

Searched refs:ly_ctx_get_module_by_ns (Results 1 – 10 of 10) sorted by relevance

/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_libyang.c743 module = ly_ctx_get_module_by_ns(NULL, ns, revision, 0); in test_ly_ctx_get_module_by_ns()
748 module = ly_ctx_get_module_by_ns(ctx, NULL, revision, 0); in test_ly_ctx_get_module_by_ns()
753 module = ly_ctx_get_module_by_ns(ctx, ns, revision, 0); in test_ly_ctx_get_module_by_ns()
760 module = ly_ctx_get_module_by_ns(ctx, "urn:b", revision, 0); in test_ly_ctx_get_module_by_ns()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DLibyang.cpp94 const struct lys_module *module = ly_ctx_get_module_by_ns(ctx, ns, revision, implemented); in get_module_by_ns()
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_xml.c146 mod = ly_ctx_get_module_by_ns(ctx, xml->ns->value, NULL, 0); in xml_parse_data()
H A Dcommon.c499 mod = ly_ctx_get_module_by_ns(ctx, ns->value, NULL, 0); in transform_xml2json_subexp()
H A Dcontext.c719 ly_ctx_get_module_by_ns(const struct ly_ctx *ctx, const char *ns, const char *revision, int impleme… in ly_ctx_get_module_by_ns() function
H A Dparser.c1193 mod = ly_ctx_get_module_by_ns(ctx, ns->value, NULL, 1); in ident_val_add_module_prefix()
2075 mod = (struct lys_module *)ly_ctx_get_module_by_ns(ctx, module_ns, NULL, 0); in lyp_fill_attr()
H A Dlibyang.h.in204 * - ly_ctx_get_module_by_ns()
1547 const struct lys_module *ly_ctx_get_module_by_ns(const struct ly_ctx *ctx, const char *ns, const ch…
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump208 'ShortName' => 'ly_ctx_get_module_by_ns',
1047 'ly_ctx_get_module_by_ns' => 1,
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1183 mod = ly_ctx_get_module_by_ns(ctx, ns->value, NULL, 1); in ident_val_add_module_prefix()
2043 mod = (struct lys_module *)ly_ctx_get_module_by_ns(ctx, module_ns, NULL, 0); in lyp_fill_attr()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1183 mod = ly_ctx_get_module_by_ns(ctx, ns->value, NULL, 1); in ident_val_add_module_prefix()
2043 mod = (struct lys_module *)ly_ctx_get_module_by_ns(ctx, module_ns, NULL, 0); in lyp_fill_attr()