Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang.c23 static int yang_check_must(struct lys_module *module, struct lys_restr *must, uint size, struct unr…
1972 if (yang_check_must(module, deviate->must, deviate->must_size, unres)) { in yang_check_deviate_must()
3780 yang_check_must(struct lys_module *module, struct lys_restr *must, uint size, struct unres_schema *… in yang_check_must() function
3813 if (yang_check_must(module, cont->must, cont->must_size, unres)) { in yang_check_container()
3861 if (yang_check_must(module, leaf->must, leaf->must_size, unres)) { in yang_check_leaf()
3928 if (yang_check_must(module, leaflist->must, leaflist->must_size, unres)) { in yang_check_leaflist()
3996 if (yang_check_must(module, list->must, list->must_size, unres)) { in yang_check_list()
4122 if (yang_check_must(module, notif->must, notif->must_size, unres)) { in yang_check_notif()
4205 if (yang_check_must(module, uses->refine[i].must, uses->refine[i].must_size, unres)) { in yang_check_uses()
4267 if (yang_check_must(module, anydata->must, anydata->must_size, unres)) { in yang_check_anydata()
[all …]