Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter.c495 void (*clb_print_grouping)(struct lyout*, const struct lys_node*, int*), in lys_print_target()
H A Dtree_schema.h1209 struct lys_node { struct
1218 … space for type-specific values used by the structures derived from lys_node, argument
1228 …struct lys_node *parent; /**< pointer to the parent node, NULL in case of a top level node… argument
1229 … struct lys_node *child; /**< pointer to the first child node \note Since other lys_node_* argument
1233 …struct lys_node *next; /**< pointer to the next sibling node (NULL if there is no one) */ argument
1234 …struct lys_node *prev; /**< pointer to the previous sibling node \note Note that this po… argument
1249 …* Beginning of the structure is completely compatible with ::lys_node structure extending it by th… argument