Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/tools/lint/
H A Dcommands.c542 if ((opts & LYD_OPT_TYPEMASK) == LYD_OPT_TYPEMASK) { in parse_data()
562 opts = (opts & ~LYD_OPT_TYPEMASK) | LYD_OPT_CONFIG; in parse_data()
565 opts = (opts & ~LYD_OPT_TYPEMASK) | LYD_OPT_GET; in parse_data()
568 opts = (opts & ~LYD_OPT_TYPEMASK) | LYD_OPT_GETCONFIG; in parse_data()
571 opts = (opts & ~LYD_OPT_TYPEMASK) | LYD_OPT_EDIT; in parse_data()
574 opts = (opts & ~LYD_OPT_TYPEMASK) | LYD_OPT_RPC; in parse_data()
582 opts = (opts & ~LYD_OPT_TYPEMASK) | LYD_OPT_RPCREPLY; in parse_data()
591 opts = (opts & ~LYD_OPT_TYPEMASK) | LYD_OPT_NOTIF; in parse_data()
637 if (!(opts & LYD_OPT_TYPEMASK)) { in parse_data()
773 options = (options & ~LYD_OPT_TYPEMASK) | LYD_OPT_TYPEMASK; in cmd_data()
[all …]
H A Dmain_ni.c469 options_parser = (options_parser & ~LYD_OPT_TYPEMASK); in main_ni()
472 options_parser = (options_parser & ~LYD_OPT_TYPEMASK) | LYD_OPT_CONFIG; in main_ni()
474 options_parser = (options_parser & ~LYD_OPT_TYPEMASK) | LYD_OPT_GET; in main_ni()
478 options_parser = (options_parser & ~LYD_OPT_TYPEMASK) | LYD_OPT_EDIT; in main_ni()
482 options_parser = (options_parser & ~LYD_OPT_TYPEMASK) | LYD_OPT_RPC; in main_ni()
486 options_parser = (options_parser & ~LYD_OPT_TYPEMASK) | LYD_OPT_NOTIF; in main_ni()
606 if ((options_parser & LYD_OPT_TYPEMASK) == LYD_OPT_DATA) { in main_ni()
676 data_item->type = options_parser & LYD_OPT_TYPEMASK; in main_ni()
786 options_parser = (options_parser & ~LYD_OPT_TYPEMASK) | LYD_OPT_GET; in main_ni()
804 options_parser = (options_parser & ~LYD_OPT_TYPEMASK) | LYD_OPT_RPC; in main_ni()
[all …]
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h513 #define LYD_OPT_TYPEMASK 0x10000ff /**< Mask to filter data type options. Always only a single da… macro
H A Dtree_data.c556 …if ((!(options & LYD_OPT_TYPEMASK) || (options & (LYD_OPT_CONFIG | LYD_OPT_RPC | LYD_OPT_RPCREPLY … in lyd_is_when_false()
620 …} else if ((options & LYD_OPT_TRUSTED) || ((options & LYD_OPT_TYPEMASK) && (schema->flags & LYS_CO… in lyd_check_mandatory_data()
865 if (!(options & LYD_OPT_TYPEMASK) || (options & LYD_OPT_CONFIG)) { in lyd_check_mandatory_tree()
5148 if ((!(options & LYD_OPT_TYPEMASK) in lyd_validate()
5250 …if ((options & LYD_OPT_TYPEMASK) && !(options & (LYD_OPT_CONFIG | LYD_OPT_GET | LYD_OPT_GETCONFIG … in lyd_validate_modules()
7678 if ((options & LYD_OPT_TYPEMASK) && (schema->flags & LYS_CONFIG_R)) { in lyd_wd_add_subtree()
7985 if (!(options & LYD_OPT_TYPEMASK) || (options & LYD_OPT_CONFIG)) { in lyd_wd_add()
H A Dparser.c224 int x = options & LYD_OPT_TYPEMASK; in lyp_data_check_options()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c223 int x = options & LYD_OPT_TYPEMASK; in lyp_data_check_options()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c223 int x = options & LYD_OPT_TYPEMASK; in lyp_data_check_options()