Home
last modified time | relevance | path

Searched refs:lys_has_xpath (Results 1 – 2 of 2) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h257 int lys_has_xpath(const struct lys_node *node);
H A Dtree_schema.c3510 lys_has_xpath(const struct lys_node *node) in lys_has_xpath() function
3614 … if (lys_has_xpath(iter) && unres_schema_add_node(module, unres, iter, UNRES_XPATH, NULL) == -1) { in lys_node_dup()