Home
last modified time | relevance | path

Searched refs:schema_nodeid_siblingcheck (Results 1 – 3 of 3) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h260 int schema_nodeid_siblingcheck(const struct lys_node *sibling, const struct lys_module *cur_module,
H A Dresolve.c1740 schema_nodeid_siblingcheck(const struct lys_node *sibling, const struct lys_module *cur_module, con… in schema_nodeid_siblingcheck() function
1954 … r = schema_nodeid_siblingcheck(sibling, cur_module, mod_name, mod_name_len, name, nam_len); in resolve_schema_nodeid()
2115 r = schema_nodeid_siblingcheck(sibling, module, mod_name, mod_name_len, name, nam_len); in resolve_descendant_schema_nodeid()
2225 r = schema_nodeid_siblingcheck(sibling, module, mod_name, mod_name_len, name, nam_len); in resolve_absolute_schema_nodeid()
2650 … if (!schema_nodeid_siblingcheck(ssibling, prev_mod, mod_name, mod_name_len, name, nam_len)) { in resolve_partial_json_data_nodeid()
H A Dtree_data.c6459 r = schema_nodeid_siblingcheck(snode, module, mod_name, mod_name_len, name, name_len); in lyd_build_relative_data_path()