Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h43 UNRES_XPATH = 0x00020000, /* unchecked XPath expression */ enumerator
H A Dparser_yang.c1977 && (unres_schema_add_node(module, unres, dev_target, UNRES_XPATH, NULL) == -1)) { in yang_check_deviate_must()
3824 if (unres_schema_add_node(module, unres, cont, UNRES_XPATH, NULL) == -1) { in yang_check_container()
3872 if (unres_schema_add_node(module, unres, leaf, UNRES_XPATH, NULL) == -1) { in yang_check_leaf()
3939 if (unres_schema_add_node(module, unres, leaflist, UNRES_XPATH, NULL) == -1) { in yang_check_leaflist()
4007 if (unres_schema_add_node(module, unres, list, UNRES_XPATH, NULL) == -1) { in yang_check_list()
4060 if (unres_schema_add_node(module, unres, choice, UNRES_XPATH, NULL) == -1) { in yang_check_choice()
4133 if (unres_schema_add_node(module, unres, notif, UNRES_XPATH, NULL) == -1) { in yang_check_notif()
4177 if (unres_schema_add_node(module, unres, augment, UNRES_XPATH, NULL) == -1) { in yang_check_augment()
4235 if (unres_schema_add_node(module, unres, uses, UNRES_XPATH, NULL) == -1) { in yang_check_uses()
4278 if (unres_schema_add_node(module, unres, anydata, UNRES_XPATH, NULL) == -1) { in yang_check_anydata()
[all …]
H A Dparser_yin.c2849 … (unres_schema_add_node(module, unres, dev_target, UNRES_XPATH, NULL) == -1)) { in fill_yin_deviation()
4231 if (unres_schema_add_node(module, unres, retval, UNRES_XPATH, NULL) == -1) { in read_yin_case()
4440 if (unres_schema_add_node(module, unres, retval, UNRES_XPATH, NULL) == -1) { in read_yin_choice()
4594 if (unres_schema_add_node(module, unres, retval, UNRES_XPATH, NULL) == -1) { in read_yin_anydata()
4816 if (unres_schema_add_node(module, unres, retval, UNRES_XPATH, NULL) == -1) { in read_yin_leaf()
5130 if (unres_schema_add_node(module, unres, retval, UNRES_XPATH, NULL) == -1) { in read_yin_leaflist()
5499 if (unres_schema_add_node(module, unres, retval, UNRES_XPATH, NULL) == -1) { in read_yin_list()
5724 if (unres_schema_add_node(module, unres, retval, UNRES_XPATH, NULL) == -1) { in read_yin_container()
6057 if (unres_schema_add_node(module, unres, retval, UNRES_XPATH, NULL) == -1) { in read_yin_input_output()
6238 if (unres_schema_add_node(module, unres, retval, UNRES_XPATH, NULL) == -1) { in read_yin_notif()
[all …]
H A Dresolve.c5457 if (unres_schema_add_node(node->module, unres, node, UNRES_XPATH, NULL) == -1) { in resolve_uses()
7189 case UNRES_XPATH: in resolve_unres_schema_item()
7392 case UNRES_XPATH: in print_unres_schema_item_fail()
7525 if (!rc || (unres->type[i] == UNRES_XPATH)) { in resolve_unres_schema_types()
7626 …if (resolve_unres_schema_types(unres, UNRES_XPATH | UNRES_EXT_FINALIZE, mod->ctx, 0, 1, &resolved)… in resolve_unres_schema()
7700 if ((type == UNRES_EXT_FINALIZE) || (type == UNRES_XPATH) || (type == UNRES_MOD_IMPLEMENT)) { in unres_schema_add_node()
H A Dtree_schema.c3614 … if (lys_has_xpath(iter) && unres_schema_add_node(module, unres, iter, UNRES_XPATH, NULL) == -1) { in lys_node_dup()