Home
last modified time | relevance | path

Searched refs:LYD_OPT_NOEXTDEPS (Results 1 – 7 of 7) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h531 #define LYD_OPT_NOEXTDEPS 0x8000 /**< Allow external dependencies (external leafrefs, instance-ide… macro
H A Dparser_xml.c634 if (options & LYD_OPT_NOEXTDEPS) { in lyd_parse_xml()
H A Dtree_data.c1011 if (options & LYD_OPT_NOEXTDEPS) { in lyd_parse_data_()
5172 if (options & LYD_OPT_NOEXTDEPS) { in lyd_validate()
H A Dresolve.c8584 } else if (options & LYD_OPT_NOEXTDEPS) { in resolve_unres_data()
8644 … && (!(when->flags & (LYS_XPCONF_DEP | LYS_XPSTATE_DEP)) || !(options & LYD_OPT_NOEXTDEPS))) { in resolve_unres_data()
/dports/net/libyang/libyang-1.0.240/tools/lint/
H A Dmain_ni.c452 if (oper_file || (options_parser & LYD_OPT_NOEXTDEPS)) { in main_ni()
458 options_parser |= LYD_OPT_NOEXTDEPS; in main_ni()
H A Dcommands.c751 if (val_tree || (options & LYD_OPT_NOEXTDEPS)) { in cmd_data()
757 options |= LYD_OPT_NOEXTDEPS; in cmd_data()
/dports/net/libyang/libyang-1.0.240/tests/internal/
H A Dtest_lyb.c582 …lyd_parse_mem(st->ctx, st->mem, LYD_LYB, LYD_OPT_NOTIF | LYD_OPT_STRICT | LYD_OPT_NOEXTDEPS, NULL); in test_anydata()