Home
last modified time | relevance | path

Searched refs:lyd_check_mandatory_tree (Results 1 – 4 of 4) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h524 int lyd_check_mandatory_tree(struct lyd_node *root, struct ly_ctx *ctx, const struct lys_module **m…
H A Dparser_xml.c755 && lyd_check_mandatory_tree((act_notif ? act_notif : result), ctx, NULL, 0, options)) { in lyd_parse_xml()
H A Dparser_json.c1625 && lyd_check_mandatory_tree((act_notif ? act_notif : result), ctx, NULL, 0, options)) { in lyd_parse_json()
H A Dtree_data.c846 lyd_check_mandatory_tree(struct lyd_node *root, struct ly_ctx *ctx, const struct lys_module **modul… in lyd_check_mandatory_tree() function
5076 if (lyd_check_mandatory_tree(act_notif, ctx, modules, mod_count, options)) { in _lyd_validate()
5080 if (lyd_check_mandatory_tree(*node, ctx, modules, mod_count, options)) { in _lyd_validate()