Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dgroup.c2038 static unsigned int count_connected(const Group_c *g) in count_connected() function
2098 …if (count_connected(g) == 0 || (g->connections[index].reasons & GROUPCHAT_CONNECTION_REASON_INTROD… in handle_packet_online()
2458 if (g->status != GROUPCHAT_STATUS_CONNECTED || count_connected(g) == 0) { in send_message_group()
2647 if (g->num_introducer_connections > 0 && count_connected(g) > DESIRED_CLOSEST) { in handle_message_packet_group()