Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DTCP_connection.c176 for (uint32_t i = 0; i < tcp_c->tcp_connections_length; ++i) { in create_tcp_connection()
185 id = tcp_c->tcp_connections_length; in create_tcp_connection()
186 ++tcp_c->tcp_connections_length; in create_tcp_connection()
236 for (i = tcp_c->tcp_connections_length; i != 0; --i) { in wipe_tcp_connection()
242 if (tcp_c->tcp_connections_length != i) { in wipe_tcp_connection()
243 tcp_c->tcp_connections_length = i; in wipe_tcp_connection()
361 for (uint32_t i = 0; i < tcp_c->tcp_connections_length; ++i) { in get_random_tcp_onion_conn_number()
380 if (tcp_connections_number >= tcp_c->tcp_connections_length) { in tcp_send_onion_request()
476 for (uint32_t i = 0; i < tcp_c->tcp_connections_length; ++i) { in find_tcp_connection_relay()
1441 if (tcp_c->tcp_connections_length == 0) { in kill_nonused_tcp()
[all …]