Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser.h114 int tpdftype, struct unres_schema *unres);
H A Dparser_yang.h128 …uct lys_node *parent, struct yang_type *typ, struct lys_type *type, int tpdftype, struct unres_sch…
H A Dparser_yang.c637 …uct lys_node *parent, struct yang_type *typ, struct lys_type *type, int tpdftype, struct unres_sch… in yang_check_type() argument
916 if (!tpdftype && lys_ingrouping(parent)) { in yang_check_type()
918 tpdftype = 1; in yang_check_type()
941 … if (!tpdftype && unres_schema_add_node(module, unres, type, UNRES_TYPE_LEAFREF, parent) == -1) { in yang_check_type()
955 … if (!tpdftype && unres_schema_add_node(module, unres, type, UNRES_TYPE_LEAFREF, parent) == -1) { in yang_check_type()
1002 if (yang_check_type(module, parent, yang, dertype, tpdftype, unres)) { in yang_check_type()