Home
last modified time | relevance | path

Searched refs:LYS_PARSE_OPT_CFG_IGNORE (Results 1 – 4 of 4) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser.h70 #define LYS_PARSE_OPT_CFG_IGNORE 0x02 /**< ignore config flag (in rpc, actions, notifications) */ macro
H A Dparser_yin.c4269 OPT_IDENT | OPT_MODULE | ((options & LYS_PARSE_OPT_CFG_IGNORE) ? OPT_CFG_IGNORE : in read_yin_choice()
4477 OPT_IDENT | OPT_MODULE | ((options & LYS_PARSE_OPT_CFG_IGNORE) ? OPT_CFG_IGNORE : in read_yin_anydata()
4637 OPT_IDENT | OPT_MODULE | ((options & LYS_PARSE_OPT_CFG_IGNORE) ? OPT_CFG_IGNORE : in read_yin_leaf()
4862 OPT_IDENT | OPT_MODULE | ((options & LYS_PARSE_OPT_CFG_IGNORE) ? OPT_CFG_IGNORE : in read_yin_leaflist()
5180 OPT_IDENT | OPT_MODULE | ((options & LYS_PARSE_OPT_CFG_IGNORE) ? OPT_CFG_IGNORE : in read_yin_list()
5557 OPT_IDENT | OPT_MODULE | ((options & LYS_PARSE_OPT_CFG_IGNORE) ? OPT_CFG_IGNORE : in read_yin_container()
6022 options |= LYS_PARSE_OPT_CFG_IGNORE; in read_yin_input_output()
6203 options |= LYS_PARSE_OPT_CFG_IGNORE; in read_yin_notif()
H A Dparser_yang.c2559 if (options & LYS_PARSE_OPT_CFG_IGNORE) { in store_config_flag()
2574 if (!(options & (LYS_PARSE_OPT_CFG_IGNORE | LYS_PARSE_OPT_CFG_NOINHERIT))) { in store_config_flag()
4084 …if (yang_check_nodes(module, (struct lys_node *)rpc, *child, options | LYS_PARSE_OPT_CFG_IGNORE, u… in yang_check_rpc_action()
4116 …check_nodes(module, (struct lys_node *)notif, *child, options | LYS_PARSE_OPT_CFG_IGNORE, unres)) { in yang_check_notif()
H A Dtree_schema.c954 if (!(options & (LYS_PARSE_OPT_CFG_IGNORE | LYS_PARSE_OPT_CFG_NOINHERIT))) { in lys_node_addchild()