Lines Matching defs:connecting
237 "(connections=%u, connecting=%u)",
468 trouble with connecting so in future we don't try to create
473 /* this was the only/last connection and connecting to it
779 peer->connecting = TRUE;
812 peer->connecting = FALSE;
869 unsigned int connecting, closing, idle;
909 connecting = closing = idle = 0;
942 /* count the number of connecting and closing connections */
946 connecting++;
1006 working_conn_count == connecting) {
1008 finished connecting successfully. */
1011 if (working_conn_count - connecting + num_urgent >=
1014 new_connections = (num_urgent > connecting ? num_urgent - connecting : 0);
1015 } else if (num_pending <= connecting) {
1018 } else if (working_conn_count == connecting) {
1023 (num_urgent > connecting ? num_urgent - connecting : 0);
1025 new_connections = (connecting == 0 ? 1 : 0);
1027 } else if (num_pending - connecting >
1034 new_connections = num_pending - connecting;
1042 "(already %u usable, connecting to %u, closing %u)",
1043 new_connections, working_conn_count - connecting,
1044 connecting, closing);
1050 if (working_conn_count - connecting >=
1185 peer->connecting = FALSE;
1204 if (!peer->connecting)
1206 peer->connecting = FALSE;