Home
last modified time | relevance | path

Searched defs:lyd_node_anydata (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h278 struct lyd_node_anydata { struct
281 uint8_t validity; /**< [validity flags](@ref validityflags) */
282 uint8_t dflt:1; /**< flag for implicit default node */
286 struct lyd_attr *attr; /**< pointer to the list of attributes of this node */
287 …struct lyd_node *next; /**< pointer to the next sibling node (NULL if there is no one) */
288 …lyd_node *prev; /**< pointer to the previous sibling node \note Note that this pointer is
292 struct lyd_node *parent; /**< pointer to the parent node, NULL in case of root node */
295 void *priv; /**< private user data, not used by libyang */
299 … uint32_t hash; /**< hash of this particular node (module name + schema name) */
305 LYD_ANYDATA_VALUETYPE value_type;/**< type of the stored anydata value */
[all …]