Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser.h113 int fill_yin_type(struct lys_module *module, struct lys_node *parent, struct lyxml_elem *yin, struc…
H A Dparser_yin.c437 fill_yin_type(struct lys_module *module, struct lys_node *parent, struct lyxml_elem *yin, struct ly… in fill_yin_type() function
1478 …rc = fill_yin_type(module, parent, node, &type->info.uni.types[type->info.uni.count], parenttype, … in fill_yin_type()
H A Dresolve.c7042 rc = fill_yin_type(mod, node, yin, stype, parent_type, unres); in resolve_unres_schema_item()