Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h36UNRES_FEATURE = 0x00000400, /* feature for circular check, it must be postponed when all if-… enumerator
H A Dresolve.c7101 case UNRES_FEATURE: in resolve_unres_schema_item()
7364 case UNRES_FEATURE: in print_unres_schema_item_fail()
7619 …if (resolve_unres_schema_types(unres, UNRES_TYPE_IDENTREF | UNRES_FEATURE | UNRES_TYPEDEF_DFLT | U… in resolve_unres_schema()
7816 (type == UNRES_FEATURE) || (type == UNRES_LIST_UNIQ)) { in unres_schema_dup()
H A Dparser_yang.c4783 …e_size && (unres_schema_add_node(module, unres, &module->features[i], UNRES_FEATURE, NULL) == -1))… in yang_check_sub_module()
H A Dparser_yin.c1835 if (unres_schema_add_node(module, unres, f, UNRES_FEATURE, NULL) == -1) { in fill_yin_feature()