Home
last modified time | relevance | path

Searched refs:resolve_applies_when (Results 1 – 6 of 6) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h204 int resolve_applies_when(const struct lys_node *schema, int mode, const struct lys_node *stop);
H A Dparser_xml.c311 if (resolve_applies_when(schema, 0, NULL)) { in xml_parse_data()
H A Dparser_json.c1183 if (resolve_applies_when(schema, 0, NULL)) { in json_parse_data()
H A Dparser_lyb.c311 if (resolve_applies_when(schema, 0, NULL)) { in lyb_new_node()
H A Dtree_data.c557 && resolve_applies_when(schema, 1, last_parent ? last_parent->schema : NULL)) { in lyd_is_when_false()
1158 if (resolve_applies_when(schema, 0, NULL)) { in _lyd_new()
1219 if (resolve_applies_when(schema, 0, NULL)) { in lyd_create_leaf()
1422 if (resolve_applies_when(schema, 0, NULL)) { in lyd_create_anydata()
H A Dresolve.c6685 resolve_applies_when(const struct lys_node *schema, int mode, const struct lys_node *stop) in resolve_applies_when() function