Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dgroup.c801 static bool try_send_rejoin(Group_Chats *g_c, Group_c *g, const uint8_t *real_pk);
825 try_send_rejoin(g_c, g, g->frozen[g->numfrozen].real_pk); in freeze_peer()
982 try_send_rejoin(g_c, g, real_pk); in rejoin_frozen_friend()
1460 static bool try_send_rejoin(Group_Chats *g_c, Group_c *g, const uint8_t *real_pk) in try_send_rejoin() function