Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang.h133 void yang_free_type_union(struct ly_ctx *ctx, struct lys_type *type);
H A Dparser_yang.c1060 yang_free_type_union(struct ly_ctx *ctx, struct lys_type *type) in yang_free_type_union() function
1074 yang_free_type_union(ctx, stype); in yang_free_type_union()
H A Dresolve.c7895 yang_free_type_union(ctx, (struct lys_type *)unres->item[i]); in unres_schema_free_item()