Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h176 struct lyd_node { struct
184 …struct lyd_node *next; /**< pointer to the next sibling node (NULL if there is no one) */ argument
185 …struct lyd_node *prev; /**< pointer to the previous sibling node \note Note that this po… argument
189 struct lyd_node *parent; /**< pointer to the parent node, NULL in case of root node */ argument
200 … struct lyd_node *child; /**< pointer to the first child node \note Since other lyd_node_* argument