Searched refs:connecting (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-client-peer.c237 "(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; local
909 connecting = closing = idle = 0;
942 /* count the number of connecting and closing connections */
946 connecting++;
1006 working_conn_count == connecting) {
[all...]
H A Dhttp-client-private.h247 /* pending connections (not ready connecting) */
281 bool connecting:1; /* peer is waiting to be connected */ member in struct:http_client_peer

Completed in 12 milliseconds