Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yin.c1560 fill_yin_typedef(struct lys_module *module, struct lys_node *parent, struct lyxml_elem *yin, struct… in fill_yin_typedef() function
5409 r = fill_yin_typedef(module, retval, sub, &list->tpdf[list->tpdf_size], unres); in read_yin_list()
5663 r = fill_yin_typedef(module, retval, sub, &cont->tpdf[cont->tpdf_size], unres); in read_yin_container()
5841 r = fill_yin_typedef(module, retval, sub, &grp->tpdf[grp->tpdf_size], unres); in read_yin_grouping()
6011 r = fill_yin_typedef(module, retval, sub, &inout->tpdf[inout->tpdf_size], unres); in read_yin_input_output()
6180 r = fill_yin_typedef(module, retval, sub, &notif->tpdf[notif->tpdf_size], unres); in read_yin_notif()
6366 r = fill_yin_typedef(module, retval, sub, &rpc->tpdf[rpc->tpdf_size], unres); in read_yin_rpc_action()
7096 r = fill_yin_typedef(trg, NULL, child, &trg->tpdf[trg->tpdf_size], unres); in read_sub_module()
7900 … if (fill_yin_typedef(mod, (struct lys_node *)ext, node, *((struct lys_tpdf **)pp), unres)) { in lyp_yin_parse_complex_ext()