Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h585 const struct lys_node *aug_target);
H A Dtree_schema.c5299 …aug(struct lys_node_augment *last, const struct lys_module *mod, const struct lys_node *aug_target) in lys_getnext_target_aug() argument
5305 assert(mod && aug_target); in lys_getnext_target_aug()
5320 if (mod->augment[i].target == aug_target) { in lys_getnext_target_aug()
5339 if (mod->inc[i].submodule->augment[j].target == aug_target) { in lys_getnext_target_aug()
5353 LY_TREE_FOR(aug_target->child, child) { in lys_getnext_target_aug()