Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h588 struct lys_node ** lys_child(const struct lys_node *node, LYS_NODE nodetype);
H A Dtree_schema.c280 snode = lys_child(parent, LYS_UNKNOWN); in lys_getnext()
616 start = *lys_child(parent, LYS_GROUPING); in lys_check_id()
690 iter = (struct lys_node *)lys_child(iter, node->nodetype); in lys_check_id()
750 start = *lys_child(parent, LYS_CASE); in lys_check_id()
974 pchild = lys_child(parent, child->nodetype); in lys_node_addchild()
4193 lys_child(const struct lys_node *node, LYS_NODE nodetype) in lys_child() function
H A Dresolve.c3737 …rc = resolve_descendant_schema_nodeid(uniq_str_path, *lys_child(parent, LYS_LEAF), LYS_LEAF, 1, &l… in resolve_unique()
5269 …LY_TREE_FOR((uses->parent) ? *lys_child(uses->parent, LYS_USES) : lys_main_module(uses->module)->d… in resolve_uses()