Home
last modified time | relevance | path

Searched refs:lys_ingrouping (Results 1 – 6 of 6) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h533 int lys_ingrouping(const struct lys_node *node);
H A Dtree_schema.c3028 lys_ingrouping(const struct lys_node *node) in lys_ingrouping() function
3342 …if (lys_type_dup(module, retval, &(leaf->type), &(leaf_orig->type), lys_ingrouping(retval), shallo… in lys_node_dup_recursion()
3371 …if (lys_type_dup(module, retval, &(llist->type), &(llist_orig->type), lys_ingrouping(retval), shal… in lys_node_dup_recursion()
H A Dparser_yin.c1221 if (!parenttype && lys_ingrouping(parent)) { in fill_yin_type()
1353 if (!parenttype && parent && lys_ingrouping(parent)) { in fill_yin_type()
H A Dparser_yang.c916 if (!tpdftype && lys_ingrouping(parent)) { in yang_check_type()
H A Dparser_yang_bis.c4482 … !(data_node && data_node->nodetype != LYS_GROUPING && lys_ingrouping(data_node))) { in yyparse()
H A Dyang.y.in1522 … !(data_node && data_node->nodetype != LYS_GROUPING && lys_ingrouping(data_node))) {