Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h922 #define LYD_DUP_OPT_RECURSIVE 0x01 /**< Duplicate not just the node but also all the children. */ macro
H A Dtree_data.c5099 unres->diff->second[i] = lyd_dup(unres->diff->second[i], LYD_DUP_OPT_RECURSIVE); in _lyd_validate()
5696 if ((options & LYD_DUP_OPT_RECURSIVE) && (options & LYD_DUP_OPT_WITH_KEYS)) { in lyd_dup_to_ctx()
5761 if (!(options & (LYD_DUP_OPT_RECURSIVE | LYD_DUP_OPT_WITH_KEYS))) { in lyd_dup_to_ctx()