Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_yang.c156 } while (i != -1 && ext[i]->insubstmt_index != substmt_index); in yang_print_substmt()
171 } while (i != -1 && ext[i]->insubstmt_index != substmt_index); in yang_print_substmt()
781 } while (p != -1 && deviation->deviate[i].ext[p]->insubstmt_index != j); in yang_print_deviation()
790 } while (p != -1 && deviation->deviate[i].ext[p]->insubstmt_index != j); in yang_print_deviation()
1285 } while (p != -1 && list->ext[p]->insubstmt_index != i); in yang_print_list()
1292 } while (p != -1 && list->ext[p]->insubstmt_index != i); in yang_print_list()
1958 } else if (ext[u]->insubstmt != substmt || ext[u]->insubstmt_index != substmt_index) { in yang_print_extension_instances()
2045 if (ext[u]->ext[j]->insubstmt_index != c) { in yang_print_extension_instances()
2060 if (ext[u]->ext[j]->insubstmt_index == c) { in yang_print_extension_instances()
2213 } while (j != -1 && ext[u]->ext[j]->insubstmt_index != c); in yang_print_extension_instances()
[all …]
H A Dprinter_yin.c121 } while (i != -1 && ext[i]->insubstmt_index != substmt_index); in yin_print_substmt()
128 } while (i != -1 && ext[i]->insubstmt_index != substmt_index); in yin_print_substmt()
760 } while (p != -1 && deviation->deviate[i].ext[p]->insubstmt_index != j); in yin_print_deviation()
769 } while (p != -1 && deviation->deviate[i].ext[p]->insubstmt_index != j); in yin_print_deviation()
1276 } while (p != -1 && list->ext[p]->insubstmt_index != i); in yin_print_list()
1283 } while (p != -1 && list->ext[p]->insubstmt_index != i); in yin_print_list()
1966 } else if (ext[u]->insubstmt != substmt || ext[u]->insubstmt_index != substmt_index) { in yin_print_extension_instances()
2063 if (ext[u]->ext[j]->insubstmt_index != c) { in yin_print_extension_instances()
2077 if (ext[u]->ext[j]->insubstmt_index == c) { in yin_print_extension_instances()
2230 } while (j != -1 && ext[u]->ext[j]->insubstmt_index != c); in yin_print_extension_instances()
[all …]
H A Dparser_yang.c1643 if (dev_target->ext[j]->insubstmt_index == i) { in yang_fill_deviate_default()
1648 dev_target->ext[j]->insubstmt_index--; in yang_fill_deviate_default()
2049 if (list->ext[j]->insubstmt_index == k) { in yang_deviate_delete_unique()
2052 } else if (list->ext[j]->insubstmt_index > k) { in yang_deviate_delete_unique()
2054 list->ext[j]->insubstmt_index--; in yang_deviate_delete_unique()
2317 uint8_t insubstmt_index = 0; in yang_read_ext() local
2365 insubstmt_index = ((struct lys_ident *)actual)->base_size; in yang_read_ext()
2378 insubstmt_index = ((struct lys_refine *)actual)->dflt_size; in yang_read_ext()
2381 insubstmt_index = ((struct lys_deviate *)actual)->dflt_size; in yang_read_ext()
2497 instance->insubstmt_index = insubstmt_index; in yang_read_ext()
[all …]
H A Dtree_schema.h473 …uint8_t insubstmt_index; /**< since some of the statements can appear multiple times, it i… member
505 …uint8_t insubstmt_index; /**< since some of the statements can appear multiple times, it i… member
H A Dtree_schema.c1590 result[u]->insubstmt_index = orig[u]->insubstmt_index; in lys_ext_dup()
2001 return ((struct lys_type*)ext->parent)->info.ident.ref[ext->insubstmt_index]; in lys_ext_instance_substmt()
2003 return ((struct lys_ident*)ext->parent)->base[ext->insubstmt_index]; in lys_ext_instance_substmt()
2033 return ((struct lys_node_leaflist*)ext->parent)->dflt[ext->insubstmt_index]; in lys_ext_instance_substmt()
2043 return ((struct lys_deviate*)ext->parent)->dflt[ext->insubstmt_index]; in lys_ext_instance_substmt()
2045 return &((struct lys_refine*)ext->parent)->dflt[ext->insubstmt_index]; in lys_ext_instance_substmt()
2236 return &((struct lys_deviate*)ext->parent)->unique[ext->insubstmt_index]; in lys_ext_instance_substmt()
2238 return &((struct lys_node_list*)ext->parent)->unique[ext->insubstmt_index]; in lys_ext_instance_substmt()
H A Dparser.c3160 target->ext[n]->insubstmt_index = rfn->ext[m]->insubstmt_index; in lyp_rfn_apply_ext_()
3552 target->ext[n]->insubstmt_index = dev->ext[m]->insubstmt_index; in lyp_deviate_apply_ext()
H A Dparser_yin.c2910 if (dev_target->ext[j]->insubstmt_index == k) { in fill_yin_deviation()
2913 } else if (dev_target->ext[j]->insubstmt_index > k) { in fill_yin_deviation()
2915 dev_target->ext[j]->insubstmt_index--; in fill_yin_deviation()
3018 if (dev_target->ext[j]->insubstmt_index == i) { in fill_yin_deviation()
3021 } else if (dev_target->ext[j]->insubstmt_index > i) { in fill_yin_deviation()
3023 dev_target->ext[j]->insubstmt_index--; in fill_yin_deviation()
H A Dlibyang.h.in394 …* refers (sometimes in combination with ::lys_ext_instance#insubstmt_index) to the substatement …
H A Dresolve.c4986 (*ext)->insubstmt_index = info->substmt_index; in resolve_extension()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.hpp504 uint8_t insubstmt_index() {return ext_instance->insubstmt_index;}; in insubstmt_index() function in libyang::Ext_Instance
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c3119 target->ext[n]->insubstmt_index = rfn->ext[m]->insubstmt_index; in lyp_rfn_apply_ext_()
3432 target->ext[n]->insubstmt_index = dev->ext[m]->insubstmt_index; in lyp_deviate_apply_ext()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c3119 target->ext[n]->insubstmt_index = rfn->ext[m]->insubstmt_index; in lyp_rfn_apply_ext_()
3432 target->ext[n]->insubstmt_index = dev->ext[m]->insubstmt_index; in lyp_deviate_apply_ext()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump2518 'name' => 'insubstmt_index',
2903 'name' => 'insubstmt_index',