Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h249 int lys_check_id(struct lys_node *node, struct lys_node *parent, struct lys_module *module);
H A Dtree_schema.c596 lys_check_id(struct lys_node *node, struct lys_node *parent, struct lys_module *module) in lys_check_id() function
907 if (!(module->ctx->models.flags & LY_CTX_TRUSTED) && lys_check_id(child, parent, module)) { in lys_node_addchild()
H A Dresolve.c4811 if (lys_check_id(sub, aug->target, NULL)) { in resolve_augment()