Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h2050 struct lys_restr { struct
2051 const char *expr; /**< The restriction expression/value (mandatory);
2054 const char *dsc; /**< description (optional) */
2055 const char *ref; /**< reference (optional) */
2056 const char *eapptag; /**< error-app-tag value (optional) */
2057 const char *emsg; /**< error-message (optional) */
2058 struct lys_ext_instance **ext; /**< array of pointers to the extension instances */
2059 uint8_t ext_size; /**< number of elements in #ext array */
2060 …_t flags; /**< only flags #LYS_XPCONF_DEP and #LYS_XPSTATE_DEP can be specified */