Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h1645 struct lys_node_case { struct
1646 const char *name; /**< node name (mandatory) */
1647 const char *dsc; /**< description statement (optional) */
1648 const char *ref; /**< reference statement (optional) */
1649 uint16_t flags; /**< [schema node flags](@ref snodeflags) */
1650 uint8_t ext_size; /**< number of elements in #ext array */
1654 uint8_t padding[4]; /**< padding for 32b alignment */
1657 struct lys_iffeature *iffeature; /**< array of if-feature expressions */
1658 struct lys_module *module; /**< pointer to the node's module (mandatory) */
1662 struct lys_node *child; /**< pointer to the first child node */
[all …]