Home
last modified time | relevance | path

Searched refs:LYS_NODE (Results 1 – 11 of 11) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h248 } LYS_NODE; typedef
489 LYS_NODE nodetype; /**< LYS_EXT */
521 LYS_NODE nodetype; /**< LYS_EXT */
1227 LYS_NODE nodetype; /**< type of the node (mandatory) */
1318 LYS_NODE nodetype; /**< type of the node (mandatory) - #LYS_CHOICE */
1361 LYS_NODE nodetype; /**< type of the node (mandatory) - #LYS_LEAF */
1470 LYS_NODE nodetype; /**< type of the node (mandatory) - #LYS_LIST */
1577 LYS_NODE nodetype; /**< type of the node (mandatory) - #LYS_USES */
1660 LYS_NODE nodetype; /**< type of the node (mandatory) - #LYS_CASE */
1745 LYS_NODE nodetype; /**< type of the node (mandatory) - #LYS_NOTIF */
[all …]
H A Dtree_internal.h483 int nam_len, LYS_NODE type, const struct lys_node **ret);
499 LYS_NODE type, int getnext_opts, const struct lys_node **ret);
587 LY_STMT lys_snode2stmt(LYS_NODE nodetype);
588 struct lys_node ** lys_child(const struct lys_node *node, LYS_NODE nodetype);
H A Dplugins.c548 lys_snode2stmt(LYS_NODE nodetype) in lys_snode2stmt()
H A Dcommon.h.in293 const char *strnodetype(LYS_NODE type);
H A Dprinter_tree.c75 const struct lys_node *aug_parent, LYS_NODE nodetype) in tree_sibling_is_valid_child()
H A Dcommon.c189 strnodetype(LYS_NODE type) in strnodetype()
H A Dprinter_json_schema.c29 jsons_nodetype_str(LYS_NODE value) { in jsons_nodetype_str()
H A Dtree_schema.c154 int nam_len, LYS_NODE type, const struct lys_node **ret) in lys_get_sibling()
228 LYS_NODE type, int getnext_opts, const struct lys_node **ret) in lys_getnext_data()
4193 lys_child(const struct lys_node *node, LYS_NODE nodetype) in lys_child()
H A Dparser_yin.c68LYS_NODE type, int valid_config, struct unres_schema *unres);
4456 …_anydata(struct lys_module *module, struct lys_node *parent, struct lyxml_elem *yin, LYS_NODE type, in read_yin_anydata()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.hpp520 LYS_NODE nodetype() {return ext_instance->nodetype;}; in nodetype()
551 LYS_NODE nodetype() {return node->nodetype;}; in nodetype()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1988 'Name' => 'LYS_NODE',