Searched refs:connect_failed (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-smtp/
H A Dsmtp-client-private.h164 bool connect_failed:1; member in struct:smtp_client_connection
H A Dsmtp-client-connection.c1126 if (conn->connect_failed)
1304 conn->connect_failed = TRUE;
1386 conn->connect_failed = FALSE;
/dovecot/src/lib-http/
H A Dhttp-client-private.h198 bool connect_failed:1; /* connection failed */ member in struct:http_client_connection
H A Dhttp-client-connection.c54 conn->connect_failed = TRUE;
691 if (conn->connect_failed) {

Completed in 22 milliseconds