Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h33 UNRES_CHOICE_DFLT = 0x00000080, /* check choice default case */ enumerator
H A Dresolve.c7165 case UNRES_CHOICE_DFLT: in resolve_unres_schema_item()
7379 case UNRES_CHOICE_DFLT: in print_unres_schema_item_fail()
7609 | UNRES_AUGMENT | UNRES_CHOICE_DFLT | UNRES_IDENT, in resolve_unres_schema()
7908 case UNRES_CHOICE_DFLT: in unres_schema_free_item()
H A Dparser_yang.c4042 if (unres_schema_add_str(module, unres, choice, UNRES_CHOICE_DFLT, value) == -1) { in yang_check_choice()
H A Dtree_schema.c3334 unres_schema_dup(module, unres, choice_orig, UNRES_CHOICE_DFLT, choice); in lys_node_dup_recursion()
H A Dparser_yin.c4427 if (unres_schema_add_str(module, unres, choice, UNRES_CHOICE_DFLT, value) == -1) { in read_yin_choice()