Home
last modified time | relevance | path

Searched refs:LYEXT_PAR_TYPE (Results 1 – 6 of 6) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dextensions.h51 LYEXT_PAR_TYPE, /**< ::lys_type */ enumerator
H A Dtree_schema.c1926 …if (lys_ext_dup(mod->ctx, mod, type->ext, type->ext_size, prev_new, LYEXT_PAR_TYPE, &ext, 0, unres… in lys_copy_union_leafrefs()
2000 if (ext->parent_type == LYEXT_PAR_TYPE) { in lys_ext_instance_substmt()
2095 …if (ext->parent_type == LYEXT_PAR_TYPE && ((struct lys_type*)ext->parent)->base == LY_TYPE_DEC64) { in lys_ext_instance_substmt()
2143 …if (ext->parent_type == LYEXT_PAR_TYPE && ((struct lys_type*)ext->parent)->base == LY_TYPE_LEAFREF… in lys_ext_instance_substmt()
2204 if (ext->parent_type == LYEXT_PAR_TYPE) { in lys_ext_instance_substmt()
2277 …if (lys_ext_dup(mod->ctx, mod, old->ext, old->ext_size, new, LYEXT_PAR_TYPE, &new->ext, shallow, u… in lys_type_dup()
H A Dparser_yin.c548 …rc = lyp_yin_fill_ext(type, LYEXT_PAR_TYPE, 0, 0, module, node, &type->ext, &type->ext_size, unres… in fill_yin_type()
821 …if (lyp_yin_parse_subnode_ext(module, type, LYEXT_PAR_TYPE, node, LYEXT_SUBSTMT_DIGITS, 0, unres))… in fill_yin_type()
1100 … if (lyp_yin_parse_subnode_ext(module, type, LYEXT_PAR_TYPE, node, LYEXT_SUBSTMT_BASE, 0, unres)) { in fill_yin_type()
1143 …if (lyp_yin_parse_subnode_ext(module, type, LYEXT_PAR_TYPE, node, LYEXT_SUBSTMT_REQINSTANCE, 0, un… in fill_yin_type()
1246 …if (lyp_yin_parse_subnode_ext(module, type, LYEXT_PAR_TYPE, node, LYEXT_SUBSTMT_REQINSTANCE, 0, un… in fill_yin_type()
1282 … if (lyp_yin_parse_subnode_ext(module, type, LYEXT_PAR_TYPE, node, LYEXT_SUBSTMT_PATH, 0, unres)) { in fill_yin_type()
1655 …rc = lyp_yin_fill_ext(tpdf, LYEXT_PAR_TYPE, 0, 0, module, node, &tpdf->ext, &tpdf->ext_size, unres… in fill_yin_typedef()
H A Dparser.c4122 case LYEXT_PAR_TYPE: in lyp_get_ext_list()
H A Dparser_yang.c2237 parent_type = LYEXT_PAR_TYPE; in yang_ext_instance()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1385 'name' => 'LYEXT_PAR_TYPE',