Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h425 #define LYD_DIFFOPT_NOSIBLINGS 0x0800 /**< The both trees to diff have to instantiate the same sc… macro
H A Dtree_data.c3624 if (options & LYD_DIFFOPT_NOSIBLINGS) { in lyd_diff()
3638 if (options & LYD_DIFFOPT_NOSIBLINGS) { in lyd_diff()
3647 if (options & LYD_DIFFOPT_NOSIBLINGS) { in lyd_diff()
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_tree_data.c1781 if (lyd_diff(first, second, LYD_DIFFOPT_NOSIBLINGS)) { in test_lyd_diff()
1791 difflist = lyd_diff(first, second, LYD_DIFFOPT_NOSIBLINGS); in test_lyd_diff()
1813 difflist = lyd_diff(first, second, LYD_DIFFOPT_NOSIBLINGS); in test_lyd_free_diff()