Home
last modified time | relevance | path

Searched refs:lyd_attr (Results 1 – 21 of 21) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h128 struct lyd_attr { struct
130 struct lyd_attr *next; /**< pointer to the next attribute of the same element */ argument
183 struct lyd_attr *attr; /**< pointer to the list of attributes of this node */
225 struct lyd_attr *attr; /**< pointer to the list of attributes of this node */
286 struct lyd_attr *attr; /**< pointer to the list of attributes of this node */
1395 struct lyd_attr *lyd_insert_attr(struct lyd_node *parent, const struct lys_module *mod, const char …
1410 void lyd_free_attr(struct ly_ctx *ctx, struct lyd_node *parent, struct lyd_attr *attr, int recursiv…
H A Dparser.h100 … const char *attr_name, const char *attr_value, struct lyxml_elem *xml, struct lyd_attr **ret);
102 int lyp_check_edit_attr(struct ly_ctx *ctx, struct lyd_attr *attr, struct lyd_node *parent, int *ed…
105 … struct lyd_node_leaf_list *leaf, struct lyd_attr *attr, struct lys_module *local_mod,
H A Dxpath.h225 struct lyd_attr *attr;
H A Dprinter_xml.c84 is_type_or_select(const struct lyd_attr *attr) in is_type_or_select()
93 struct lyd_attr *attr; in xml_print_ns()
175 struct lyd_attr *attr; in xml_print_attrs()
H A Dparser_json.c606 json_parse_attr(struct lys_module *parent_module, struct lyd_attr **attr, const char *data, int opt… in json_parse_attr()
612 struct lyd_attr *attr_new, *attr_last = NULL; in json_parse_attr()
734 struct lyd_attr *attr;
744 struct lyd_attr *aiter; in store_attrs()
904 struct lyd_attr *attr; in json_parse_data()
H A Dtree_internal.h414 const struct lyd_node *lyd_attr_parent(const struct lyd_node *root, struct lyd_attr *attr);
H A Dparser_lyb.c473 lyb_parse_val_2(struct lys_type *type, struct lyd_node_leaf_list *leaf, struct lyd_attr *attr, stru… in lyb_parse_val_2()
680 lyb_parse_value(struct lys_type *type, struct lyd_node_leaf_list *leaf, struct lyd_attr *attr, cons… in lyb_parse_value()
805 struct lyd_attr *attr = NULL; in lyb_parse_attributes()
H A Dprinter_lyb.c830 lyb_print_attributes(struct lyout *out, struct lyd_attr *attr, struct lyb_state *lybs) in lyb_print_attributes()
834 struct lyd_attr *iter; in lyb_print_attributes()
H A Dprinter_json.c70 struct lyd_attr *attr; in json_print_attrs()
H A Dxpath.c1414 get_attr_pos(struct lyd_attr *attr, const struct lyd_node *parent) in get_attr_pos()
1417 struct lyd_attr *attr2; in get_attr_pos()
1469 tmp_node = lyd_attr_parent(root, (struct lyd_attr *)item1->node); in set_sort_compare()
1474 attr_pos1 = get_attr_pos((struct lyd_attr *)item1->node, tmp_node); in set_sort_compare()
1477 tmp_node = lyd_attr_parent(root, (struct lyd_attr *)item2->node); in set_sort_compare()
1482 attr_pos2 = get_attr_pos((struct lyd_attr *)item2->node, tmp_node); in set_sort_compare()
4028 struct lyd_attr *attr = NULL; in xpath_lang()
4208 …set_fill_string(set, ((struct lyd_attr *)item->node)->name, strlen(((struct lyd_attr *)item->node)… in xpath_local_name()
4307 module = ((struct lyd_attr *)item->node)->annotation->module; in xpath_namespace_uri()
6142 struct lyd_attr *sub; in moveto_attr()
[all …]
H A Dtree_data.c5329 static struct lyd_attr *
5330 lyd_dup_attr(struct ly_ctx *ctx, struct lyd_node *parent, struct lyd_attr *attr) in lyd_dup_attr()
5332 struct lyd_attr *ret; in lyd_dup_attr()
5454 struct lyd_attr *attr; in _lyd_dup_node_common()
5976 lyd_free_attr(struct ly_ctx *ctx, struct lyd_node *parent, struct lyd_attr *attr, int recursive) in lyd_free_attr()
5980 struct lyd_attr *iter; in lyd_free_attr()
6024 lyd_attr_parent(const struct lyd_node *root, struct lyd_attr *attr) in lyd_attr_parent()
6027 struct lyd_attr *node_attr; in lyd_attr_parent()
6041 API struct lyd_attr *
6046 struct lyd_attr *a, *iter; in lyd_insert_attr()
H A Dparser.c1218 … struct lyd_node_leaf_list *leaf, struct lyd_attr *attr, struct lys_module *local_mod, in lyp_parse_value()
2065 … const char *attr_name, const char *attr_value, struct lyxml_elem *xml, struct lyd_attr **ret) in lyp_fill_attr()
2070 struct lyd_attr *dattr; in lyp_fill_attr()
2146 lyp_check_edit_attr(struct ly_ctx *ctx, struct lyd_attr *attr, struct lyd_node *parent, int *editbi… in lyp_check_edit_attr()
2148 struct lyd_attr *last = NULL; in lyp_check_edit_attr()
H A Dparser_xml.c113 struct lyd_attr *dattr, *dattr_iter; in xml_parse_data()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Data.hpp295 Attr(struct lyd_attr *attr, S_Deleter deleter = nullptr);
311 struct lyd_attr *attr;
H A DTree_Data.cpp491 struct lyd_attr *attr = nullptr; in insert_attr()
602 Attr::Attr(struct lyd_attr *attr, S_Deleter deleter): in Attr()
/dports/net/libyang/libyang-1.0.240/tests/perf/
H A Dsizes.c58 fprintf(stdout, "%8lu struct lyd_attr\n", x = sizeof(struct lyd_attr)); suma += x; in main()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1209 … struct lyd_node_leaf_list *leaf, struct lyd_attr *attr, struct lys_module *local_mod, in lyp_parse_value()
2033 …har *attr_name, const char *attr_value, struct lyxml_elem *xml, int options, struct lyd_attr **ret) in lyp_fill_attr()
2038 struct lyd_attr *dattr; in lyp_fill_attr()
2114 lyp_check_edit_attr(struct ly_ctx *ctx, struct lyd_attr *attr, struct lyd_node *parent, int *editbi… in lyp_check_edit_attr()
2116 struct lyd_attr *last = NULL; in lyp_check_edit_attr()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1209 … struct lyd_node_leaf_list *leaf, struct lyd_attr *attr, struct lys_module *local_mod, in lyp_parse_value()
2033 …har *attr_name, const char *attr_value, struct lyxml_elem *xml, int options, struct lyd_attr **ret) in lyp_fill_attr()
2038 struct lyd_attr *dattr; in lyp_fill_attr()
2114 lyp_check_edit_attr(struct ly_ctx *ctx, struct lyd_attr *attr, struct lyd_node *parent, int *editbi… in lyp_check_edit_attr()
2116 struct lyd_attr *last = NULL; in lyp_check_edit_attr()
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_tree_data.c1231 struct lyd_attr *attr = NULL; in test_lyd_insert_attr()
1246 struct lyd_attr *attr = NULL; in test_lyd_free_attr()
/dports/net/libyang/libyang-1.0.240/tests/internal/
H A Dtest_lyb.c65 struct lyd_attr *attr1, *attr2; in check_data_tree()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump5560 'Name' => 'struct lyd_attr',
5567 'Name' => 'struct lyd_attr*',