Home
last modified time | relevance | path

Searched refs:lyxp_set_hash_node (Results 1 – 2 of 2) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.h197 struct lyxp_set_hash_node { struct
H A Dxpath.c615 struct lyxp_set_hash_node *val1, *val2; in set_values_equal_cb()
617 val1 = (struct lyxp_set_hash_node *)val1_p; in set_values_equal_cb()
618 val2 = (struct lyxp_set_hash_node *)val2_p; in set_values_equal_cb()
632 struct lyxp_set_hash_node hnode; in set_insert_node_hash()
636 set->ht = lyht_new(1, sizeof(struct lyxp_set_hash_node), set_values_equal_cb, NULL, 1); in set_insert_node_hash()
675 struct lyxp_set_hash_node hnode; in set_remove_node_hash()
700 struct lyxp_set_hash_node hnode, *match_p; in set_dup_node_hash_check()
1606 struct lyxp_set_hash_node hnode; in set_sort()