Home
last modified time | relevance | path

Searched refs:LY_VALUE_UNRESGRP (Results 1 – 4 of 4) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h154 #define LY_VALUE_UNRESGRP 0x80 macro
H A Dparser_yang.c694 if (type->value_flags & LY_VALUE_UNRESGRP) { in yang_check_type()
705 type->value_flags &= ~LY_VALUE_UNRESGRP; in yang_check_type()
H A Dresolve.c7067 } else if (rc == EXIT_FAILURE && !(stype->value_flags & LY_VALUE_UNRESGRP)) { in resolve_unres_schema_item()
7079 stype->value_flags |= LY_VALUE_UNRESGRP; in resolve_unres_schema_item()
H A Dparser_yin.c505 if (type->value_flags & LY_VALUE_UNRESGRP) { in fill_yin_type()
516 type->value_flags &= ~LY_VALUE_UNRESGRP; in fill_yin_type()