Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h2359 #define LYXP_NO_LOCAL 0x02 /**< lys_node_xpath_atomize() option to discard schema node dependencie… macro
H A Dtree_schema.c4412 if ((options & LYXP_NO_LOCAL) && !(elem->flags & (LYS_XPCONF_DEP | LYS_XPSTATE_DEP))) { in lys_node_xpath_atomize()
4426 if (options & LYXP_NO_LOCAL) { in lys_node_xpath_atomize()
H A Dlibyang.h.in817 …* want to use the flag #LYXP_NO_LOCAL to get rid of all the nodes from inside the subtree (you sho…