Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h49 UNRES_WHEN = 0x00200000, /* unresolved when condition */ enumerator
H A Dvalidation.c104 } else if (unres_data_add(unres, (struct lyd_node *)node, UNRES_WHEN)) { in lyv_data_context()
H A Dresolve.c7687 && (type != UNRES_WHEN) && (type != UNRES_MUST))); in unres_schema_add_node()
7798 …t(item && new_item && ((type != UNRES_LEAFREF) && (type != UNRES_INSTID) && (type != UNRES_WHEN))); in unres_schema_dup()
8434 case UNRES_WHEN: in resolve_unres_data_item()
8478 …assert((type == UNRES_LEAFREF) || (type == UNRES_INSTID) || (type == UNRES_WHEN) || (type == UNRES… in unres_data_add()
8611 if (unres->type[i] != UNRES_WHEN) { in resolve_unres_data()
H A Dtree_data.c7461 … if ((current->when_status & LYD_WHEN) && unres_data_add(unres, current, UNRES_WHEN) == -1) { in lyd_wd_add_leaf()
7567 … if ((current->when_status & LYD_WHEN) && unres_data_add(unres, current, UNRES_WHEN) == -1) { in lyd_wd_add_leaflist()
7788 … if ((subroot->when_status & LYD_WHEN) && unres_data_add(unres, subroot, UNRES_WHEN) == -1) { in lyd_wd_add_subtree()