Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c601 struct ly_set excluded_parents = {0}; in lys_check_id() local
681 ly_set_add(&excluded_parents, (void *)iter, LY_SET_OPT_USEASLIST); in lys_check_id()
703 …if ((ly_set_contains(&excluded_parents, (void *)iter) != -1) || iter->nodetype & (LYS_USES | LYS_C… in lys_check_id()
711 ly_set_clean(&excluded_parents); in lys_check_id()
745 ly_set_clean(&excluded_parents); in lys_check_id()