Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h48 UNRES_INSTID = 0x00100000, /* unresolved instance-identifier reference */ enumerator
H A Dvalidation.c89 if (unres_data_add(unres, (struct lyd_node *)node, UNRES_INSTID)) { in lyv_data_context()
H A Dparser_lyb.c662 if (unres_data_add(unres, (struct lyd_node *)leaf, UNRES_INSTID)) { in lyb_parse_val_2()
H A Dresolve.c7686 …es && (item || (type == UNRES_MOD_IMPLEMENT)) && ((type != UNRES_LEAFREF) && (type != UNRES_INSTID) in unres_schema_add_node()
7798 …assert(item && new_item && ((type != UNRES_LEAFREF) && (type != UNRES_INSTID) && (type != UNRES_WH… in unres_schema_dup()
8394 case UNRES_INSTID: in resolve_unres_data_item()
8478 …assert((type == UNRES_LEAFREF) || (type == UNRES_INSTID) || (type == UNRES_WHEN) || (type == UNRES… in unres_data_add()
H A Dtree_data.c7491 if (unres_data_add(unres, current, UNRES_INSTID)) { in lyd_wd_add_leaf()
7595 if (unres_data_add(unres, current, UNRES_INSTID)) { in lyd_wd_add_leaflist()