Home
last modified time | relevance | path

Searched refs:has_ptr_type (Results 1 – 13 of 13) sorted by relevance

/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.hpp406 int has_ptr_type() {return info_union->has_ptr_type;}; in has_ptr_type() function in libyang::Type_Info_Union
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_lyb.c520 || ((type->base == LY_TYPE_UNION) && type->info.uni.has_ptr_type)) { in lyb_parse_val_2()
651 || ((type->base == LY_TYPE_UNION) && type->info.uni.has_ptr_type)) { in lyb_parse_val_2()
H A Dtree_schema.h950 …int has_ptr_type; /**< types include an instance-identifier or leafref meaning the union mu… member
H A Dvalidation.c76 && ((struct lys_node_leaf *)leaf->schema)->type.info.uni.has_ptr_type) { in lyv_data_context()
H A Dparser_yang.c990 type->info.uni.has_ptr_type = type->der->type.info.uni.has_ptr_type; in yang_check_type()
1023 || ((dertype->base == LY_TYPE_UNION) && dertype->info.uni.has_ptr_type)) { in yang_check_type()
1024 type->info.uni.has_ptr_type = 1; in yang_check_type()
H A Dtree_schema.c1845 new->info.uni.has_ptr_type = old->info.uni.has_ptr_type; in type_dup()
1950 prev_new->info.uni.has_ptr_type = type->info.uni.has_ptr_type; in lys_copy_union_leafrefs()
H A Dparser_yin.c1465 if ((type->der->type.base == LY_TYPE_UNION) && type->der->type.info.uni.has_ptr_type) { in fill_yin_type()
1466 type->info.uni.has_ptr_type = 1; in fill_yin_type()
1496 && type->info.uni.types[type->info.uni.count - 1].info.uni.has_ptr_type)) { in fill_yin_type()
1497 type->info.uni.has_ptr_type = 1; in fill_yin_type()
1508 type->info.uni.has_ptr_type = 0; in fill_yin_type()
H A Dparser.c1927 if (type->info.uni.has_ptr_type) { in lyp_parse_value()
H A Dtree_data.c8272 if (type->info.uni.has_ptr_type && leaf->validity) { in lyd_leaf_type()
H A Dresolve.c8325 } else if (!ignore_fail || !type->info.uni.has_ptr_type) { in resolve_union()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump4678 'name' => 'has_ptr_type',
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1908 if (type->info.uni.has_ptr_type) { in lyp_parse_value()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1908 if (type->info.uni.has_ptr_type) { in lyp_parse_value()