Home
last modified time | relevance | path

Searched refs:ht_int32_node (Results 1 – 3 of 3) sorted by relevance

/dports/net/rsync/rsync-3.2.3/
H A Dhashtable.c29 : sizeof (struct ht_int32_node);
83 struct ht_int32_node *node;
106 struct ht_int32_node *move_node = HT_NODE(tbl, old_nodes, i);
H A Dhlink.c92 struct ht_int32_node *node = HT_NODE(dev_tbl, dev_tbl->nodes, i); in idev_destroy()
117 struct ht_int32_node *node = NULL; in match_gnums()
250 struct ht_int32_node *node; in check_prior()
527 struct ht_int32_node *node = hashtable_find(prior_hlinks, gnum, NULL); in finish_hard_link()
H A Drsync.h705 struct ht_int32_node { struct
717 : (int64)((struct ht_int32_node*)(node))->key) argument