Home
last modified time | relevance | path

Searched refs:lyp_yin_parse_subnode_ext (Results 1 – 3 of 3) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yin.c141 lyp_yin_parse_subnode_ext(struct lys_module *mod, void *elem, LYEXT_PAR elem_type, in lyp_yin_parse_subnode_ext() function
644 … if (lyp_yin_parse_subnode_ext(module, &type->info.bits.bit[i], LYEXT_PAR_TYPE_BIT, node, in fill_yin_type()
685 … if (lyp_yin_parse_subnode_ext(module, &type->info.bits.bit[i], LYEXT_PAR_TYPE_BIT, node, in fill_yin_type()
1405 if (lyp_yin_parse_subnode_ext(module, restr, LYEXT_PAR_RESTR, child, in fill_yin_type()
1890 if (lyp_yin_parse_subnode_ext(module, rev, LYEXT_PAR_REVISION, in fill_yin_revision()
1899 if (lyp_yin_parse_subnode_ext(module, rev, LYEXT_PAR_REVISION, in fill_yin_revision()
1912 if (lyp_yin_parse_subnode_ext(module, rev, LYEXT_PAR_REVISION, in fill_yin_revision()
5484 if (lyp_yin_parse_subnode_ext(module, retval, LYEXT_PAR_NODE, sub, in read_yin_list()
7469 … if (lyp_yin_parse_subnode_ext(mod, ext, LYEXT_PAR_EXTINST, node, (LYEXT_SUBSTMT)stmt, 0, unres)) { in yin_parse_extcomplex_bool()
7538 … if (lyp_yin_parse_subnode_ext(mod, ext, LYEXT_PAR_EXTINST, node, (LYEXT_SUBSTMT)stmt, c, unres)) { in yin_parse_extcomplex_str()
[all …]
H A Dparser.h93 int lyp_yin_parse_subnode_ext(struct lys_module *mod, void *elem, LYEXT_PAR elem_type,
H A Dresolve.c5042 if (lyp_yin_parse_subnode_ext(info->mod, *ext, LYEXT_PAR_EXTINST, yin, in resolve_extension()