Home
last modified time | relevance | path

Searched refs:lys_is_key (Results 1 – 12 of 12) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_xml.c263 if (schema->nodetype == LYS_LEAF && lys_is_key((struct lys_node_leaf *)schema, &pos)) { in xml_parse_data()
267 …diter && i < pos && diter->schema->nodetype == LYS_LEAF && lys_is_key((struct lys_node_leaf *)dite… in xml_parse_data()
H A Dparser_json.c1145 if (lys_is_key((struct lys_node_leaf *)schema, &pos)) { in json_parse_data()
1149 …diter && i < pos && diter->schema->nodetype == LYS_LEAF && lys_is_key((struct lys_node_leaf *)dite… in json_parse_data()
H A Dtree_schema.h2252 const struct lys_node_list *lys_is_key(const struct lys_node_leaf *node, uint8_t *index);
H A Dtree_data.c418 …if ((node->schema->nodetype == LYS_LEAF) && lys_is_key((struct lys_node_leaf *)node->schema, NULL)… in _lyd_insert_hash()
498 if (lys_is_key((struct lys_node_leaf *)node->schema, NULL) && orig_parent->hash) { in _lyd_unlink_hash()
1396 if (lys_is_key((struct lys_node_leaf *)leaf->schema, NULL)) { in lyd_change_leaf()
4391 …if (!ins->dflt && ins->schema->nodetype == LYS_LEAF && lys_is_key((struct lys_node_leaf *)ins->sch… in lyd_insert_common()
5812 if (lys_is_key((struct lys_node_leaf *)ret->schema, NULL)) { in lyd_dup_to_ctx()
H A Dparser.c3383 if (lys_is_key((struct lys_node_leaf *)node, NULL) && in check_deviate_config()
H A Dtree_schema.c48 lys_is_key(const struct lys_node_leaf *node, uint8_t *index) in lys_is_key() function
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dnorthbound.c1516 if (lys_is_key((struct lys_node_leaf *)nb_node->snode, NULL)) in nb_oper_data_iter_leaf()
1794 if (!lys_is_key((struct lys_node_leaf *)child->schema, in nb_oper_data_iterate()
1878 if (lys_is_key(sleaf, NULL)) in nb_operation_is_valid()
1894 if (lys_is_key(sleaf, NULL)) in nb_operation_is_valid()
H A Dyang.c184 if (lys_is_key(sleaf, NULL)) in yang_snodes_iterate_subtree()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dnorthbound.c1516 if (lys_is_key((struct lys_node_leaf *)nb_node->snode, NULL)) in nb_oper_data_iter_leaf()
1794 if (!lys_is_key((struct lys_node_leaf *)child->schema, in nb_oper_data_iterate()
1878 if (lys_is_key(sleaf, NULL)) in nb_operation_is_valid()
1894 if (lys_is_key(sleaf, NULL)) in nb_operation_is_valid()
H A Dyang.c184 if (lys_is_key(sleaf, NULL)) in yang_snodes_iterate_subtree()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.cpp352 auto list = lys_is_key((struct lys_node_leaf *)node, &pos); in is_key()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1182 'lys_is_key' => 1,