Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h926 #define LYD_DUP_OPT_WITH_KEYS 0x08 /**< If a lits key is being duplicated non-recursively, dupli… macro
H A Dtree_data.c5696 if ((options & LYD_DUP_OPT_RECURSIVE) && (options & LYD_DUP_OPT_WITH_KEYS)) { in lyd_dup_to_ctx()
5697 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()
5766 if (options & LYD_DUP_OPT_WITH_KEYS) { in lyd_dup_to_ctx()