Home
last modified time | relevance | path

Searched refs:LYEXT_PAR_MODULE (Results 1 – 11 of 11) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/extensions/
H A Dmetadata.c43 if (parent_type == LYEXT_PAR_MODULE) { in annotation_position()
H A Dyangdata.c46 if (parent_type == LYEXT_PAR_MODULE) { in yang_data_position()
/dports/net/libyang/libyang-1.0.240/src/
H A Dextensions.h48 LYEXT_PAR_MODULE, /**< ::lys_module or ::lys_submodule */ enumerator
H A Dtree_schema.c2007 if (ext->parent_type == LYEXT_PAR_MODULE && ((struct lys_module*)ext->parent)->type) { in lys_ext_instance_substmt()
2022 if (ext->parent_type == LYEXT_PAR_MODULE) { in lys_ext_instance_substmt()
2052 case LYEXT_PAR_MODULE: in lys_ext_instance_substmt()
2127 if (ext->parent_type == LYEXT_PAR_MODULE && !((struct lys_module*)ext->parent)->type) { in lys_ext_instance_substmt()
2138 if (ext->parent_type == LYEXT_PAR_MODULE) { in lys_ext_instance_substmt()
2153 if (ext->parent_type == LYEXT_PAR_MODULE) { in lys_ext_instance_substmt()
2171 case LYEXT_PAR_MODULE: in lys_ext_instance_substmt()
H A Dparser.c331 op->parent_type = LYEXT_PAR_MODULE; in lyp_add_ietf_netconf_annotations_config()
363 op->parent_type = LYEXT_PAR_MODULE; in lyp_add_ietf_netconf_annotations_config()
403 op->parent_type = LYEXT_PAR_MODULE; in lyp_add_ietf_netconf_annotations_config()
4092 case LYEXT_PAR_MODULE: in lyp_get_ext_list()
H A Dparser_yin.c6629 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child, LYEXT_SUBSTMT_NAMESPACE, 0, unres… in read_sub_module()
6653 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child, LYEXT_SUBSTMT_PREFIX, 0, unres)) { in read_sub_module()
6677 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child, LYEXT_SUBSTMT_BELONGSTO, 0, unres… in read_sub_module()
6702 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child->child, LYEXT_SUBSTMT_PREFIX, 0, u… in read_sub_module()
6825 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child, LYEXT_SUBSTMT_DESCRIPTION, 0, unr… in read_sub_module()
6848 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child, LYEXT_SUBSTMT_REFERENCE, 0, unres… in read_sub_module()
6871 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child, LYEXT_SUBSTMT_ORGANIZATION, 0, un… in read_sub_module()
6894 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child, LYEXT_SUBSTMT_CONTACT, 0, unres))… in read_sub_module()
6944 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child, LYEXT_SUBSTMT_VERSION, 0, unres))… in read_sub_module()
7139 … r = lyp_yin_fill_ext(trg, LYEXT_PAR_MODULE, 0, 0, trg, child, &trg->ext, &trg->ext_size, unres); in read_sub_module()
H A Dparser_yang.c2150 parent_type = LYEXT_PAR_MODULE; in yang_ext_instance()
2160 parent_type = LYEXT_PAR_MODULE; in yang_ext_instance()
H A Dresolve.c4900 case LYEXT_PAR_MODULE: in resolve_extension()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c325 op->parent_type = LYEXT_PAR_MODULE; in lyp_add_ietf_netconf_annotations_config()
357 op->parent_type = LYEXT_PAR_MODULE; in lyp_add_ietf_netconf_annotations_config()
397 op->parent_type = LYEXT_PAR_MODULE; in lyp_add_ietf_netconf_annotations_config()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c325 op->parent_type = LYEXT_PAR_MODULE; in lyp_add_ietf_netconf_annotations_config()
357 op->parent_type = LYEXT_PAR_MODULE; in lyp_add_ietf_netconf_annotations_config()
397 op->parent_type = LYEXT_PAR_MODULE; in lyp_add_ietf_netconf_annotations_config()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1337 'name' => 'LYEXT_PAR_MODULE',