Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h569 int apply_aug(struct lys_node_augment *augment, struct unres_schema *unres);
H A Dtree_schema.c4458 apply_aug(struct lys_node_augment *augment, struct unres_schema *unres) in apply_aug() function
4634 apply_aug((struct lys_node_augment *)parent, unres); in lys_switch_deviation()
4873 apply_aug(&module->augment[u], unres); in lys_sub_module_apply_devs_augs()
4883 apply_aug(&module->inc[v].submodule->augment[u], unres); in lys_sub_module_apply_devs_augs()
4986 if ((module->augment[i].flags & LYS_NOTAPPLIED) && apply_aug(&module->augment[i], unres)) { in lys_make_implemented_r()
5015 …if ((module->inc[i].submodule->augment[j].flags & LYS_NOTAPPLIED) && apply_aug(&module->inc[i].sub… in lys_make_implemented_r()
H A Dresolve.c4871 } else if ((aug->parent || mod->implemented) && apply_aug(aug, unres)) { in resolve_augment()