Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang.h149 int yang_check_enum(struct ly_ctx *ctx, struct yang_type *typ, struct lys_type_enum *enm, int64_t *…
H A Dparser_yang.c1300 yang_check_enum(struct ly_ctx *ctx, struct yang_type *typ, struct lys_type_enum *enm, int64_t *valu… in yang_check_enum() function
H A Dparser_yang_bis.c4606 { if (yang_check_enum(trg->ctx, yang_type, actual, &cnt_val, is_value)) { in yyparse()
H A Dyang.y.in1621 { if (yang_check_enum(trg->ctx, yang_type, actual, &cnt_val, is_value)) {