Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DDHT.h144 typedef struct DHT_Friend DHT_Friend; typedef
146 const uint8_t *dht_friend_public_key(const DHT_Friend *dht_friend);
147 const Client_data *dht_friend_client(const DHT_Friend *dht_friend, size_t index);
222 DHT_Friend *dht_get_friend(DHT *dht, uint32_t friend_num);
H A DDHT.c55 struct DHT_Friend { struct
94 DHT_Friend *friends_list; argument
165 DHT_Friend *dht_get_friend(DHT *dht, uint32_t friend_num) in dht_get_friend()
1149 DHT_Friend *dht_friend = &dht->friends_list[i]; in ping_node_from_getnodes_ok()
1209 DHT_Friend *friend_foundip = nullptr; in addto_lists()
1219 DHT_Friend *dht_friend = &dht->friends_list[i]; in addto_lists()
1583DHT_Friend *const temp = (DHT_Friend *)realloc(dht->friends_list, sizeof(DHT_Friend) * (dht->num_f… in dht_addfriend()
1591 memset(dht_friend, 0, sizeof(DHT_Friend)); in dht_addfriend()
1637 sizeof(DHT_Friend)); in dht_delfriend()
1646DHT_Friend *const temp = (DHT_Friend *)realloc(dht->friends_list, sizeof(DHT_Friend) * (dht->num_f… in dht_delfriend()
[all …]
H A DMessenger.c2613 DHT_Friend *dhtfptr; in do_messenger()
/dports/net-im/tox/c-toxcore-0.2.13/
H A DCHANGELOG.md568 - [#797](https://github.com/TokTok/c-toxcore/pull/797) Move struct DHT_Friend into DHT.c.