Home
last modified time | relevance | path

Searched refs:lyv_data_content (Results 1 – 5 of 5) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dvalidation.h51 int lyv_data_content(struct lyd_node *node, int options, struct unres_data *unres);
H A Dparser_json.c565 lyv_data_content((struct lyd_node*)leaf, options, unres) || in json_get_value()
1351 lyv_data_content(list, options, unres) || in json_parse_data()
1390 lyv_data_content(result, options, unres) || in json_parse_data()
H A Dparser_xml.c537 if (lyv_data_content(*result, options, unres) || in xml_parse_data()
H A Dvalidation.c678 lyv_data_content(struct lyd_node *node, int options, struct unres_data *unres) in lyv_data_content() function
H A Dtree_data.c5008 … if (lyv_data_context(iter, options, 1, unres) || lyv_data_content(iter, options, unres)) { in _lyd_validate()