Home
last modified time | relevance | path

Searched refs:LYEXT_SUBSTMT_MAX (Results 1 – 10 of 10) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dextensions.h121LYEXT_SUBSTMT_MAX, /**< extension of the max-elements statement, can appear in lys_node_… enumerator
H A Dprinter_yang.c701 … yang_print_unsigned(out, level, LYEXT_SUBSTMT_MAX, 0, module, refine->ext, refine->ext_size, in yang_print_refine()
704 …yang_print_substmt(out, level, LYEXT_SUBSTMT_MAX, 0, "unbounded", module, refine->ext, refine->ext… in yang_print_refine()
832 yang_print_unsigned(out, level, LYEXT_SUBSTMT_MAX, 0, module, in yang_print_deviation()
836 yang_print_substmt(out, level, LYEXT_SUBSTMT_MAX, 0, "unbounded", module, in yang_print_deviation()
1236 …yang_print_unsigned(out, level, LYEXT_SUBSTMT_MAX, 0, node->module, node->ext, node->ext_size, lli… in yang_print_leaflist()
1306 …yang_print_unsigned(out, level, LYEXT_SUBSTMT_MAX, 0, node->module, node->ext, node->ext_size, lis… in yang_print_list()
2189 YANG_PRINT_EXTCOMPLEX_INT(LYEXT_SUBSTMT_MAX, uint32_t, unsigned); in yang_print_extension_instances()
H A Dprinter_yin.c677 … yin_print_unsigned(out, level, LYEXT_SUBSTMT_MAX, 0, module, refine->ext, refine->ext_size, in yin_print_refine()
680 yin_print_substmt(out, level, LYEXT_SUBSTMT_MAX, 0, "unbounded", module, in yin_print_refine()
809 yin_print_unsigned(out, level, LYEXT_SUBSTMT_MAX, 0, module, in yin_print_deviation()
813 yin_print_substmt(out, level, LYEXT_SUBSTMT_MAX, 0, "unbounded", module, in yin_print_deviation()
1224 …yin_print_unsigned(out, level, LYEXT_SUBSTMT_MAX, 0, node->module, node->ext, node->ext_size, llis… in yin_print_leaflist()
1295 …yin_print_unsigned(out, level, LYEXT_SUBSTMT_MAX, 0, node->module, node->ext, node->ext_size, list… in yin_print_list()
2206 YIN_PRINT_EXTCOMPLEX_INT(LYEXT_SUBSTMT_MAX, uint32_t, unsigned); in yin_print_extension_instances()
H A Dparser_yin.c2523 … if (lyp_yin_parse_subnode_ext(module, d, LYEXT_PAR_DEVIATE, child, LYEXT_SUBSTMT_MAX, 0, unres)) { in fill_yin_deviation()
3509 … if (lyp_yin_parse_subnode_ext(module, rfn, LYEXT_PAR_REFINE, sub, LYEXT_SUBSTMT_MAX, 0, unres)) { in fill_yin_refine()
5011 … if (lyp_yin_parse_subnode_ext(module, retval, LYEXT_PAR_NODE, sub, LYEXT_SUBSTMT_MAX, 0, unres)) { in read_yin_leaflist()
5348 … if (lyp_yin_parse_subnode_ext(module, retval, LYEXT_PAR_NODE, sub, LYEXT_SUBSTMT_MAX, 0, unres)) { in read_yin_list()
8055 … if (lyp_yin_parse_subnode_ext(mod, ext, LYEXT_PAR_EXTINST, node, LYEXT_SUBSTMT_MAX, i, unres)) { in lyp_yin_parse_complex_ext()
8080 … if (lyp_yin_parse_subnode_ext(mod, ext, LYEXT_PAR_EXTINST, node, LYEXT_SUBSTMT_MAX, i, unres)) { in lyp_yin_parse_complex_ext()
H A Dparser.c3272 if (lyp_rfn_apply_ext_(rfn, target, LYEXT_SUBSTMT_MAX, NULL)) { in lyp_rfn_apply_ext()
3674 if (dev->min_set && lyp_deviate_apply_ext(dev, target, LYEXT_SUBSTMT_MAX, NULL)) { in lyp_deviation_apply_ext()
H A Dparser_yang.c2441 insubstmt = LYEXT_SUBSTMT_MAX; in yang_read_ext()
H A Dtree_schema.c2104 case LYEXT_SUBSTMT_MAX: in lys_ext_instance_substmt()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c3231 if (lyp_rfn_apply_ext_(rfn, target, LYEXT_SUBSTMT_MAX, NULL)) { in lyp_rfn_apply_ext()
3554 if (dev->min_set && lyp_deviate_apply_ext(dev, target, LYEXT_SUBSTMT_MAX, NULL)) { in lyp_deviation_apply_ext()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c3231 if (lyp_rfn_apply_ext_(rfn, target, LYEXT_SUBSTMT_MAX, NULL)) { in lyp_rfn_apply_ext()
3554 if (dev->min_set && lyp_deviate_apply_ext(dev, target, LYEXT_SUBSTMT_MAX, NULL)) { in lyp_deviation_apply_ext()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1511 'name' => 'LYEXT_SUBSTMT_MAX',