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

/dovecot/src/lib-smtp/
H A Dsmtp-client-private.h135 struct timeout *to_connect, *to_trans, *to_commands; member in struct:smtp_client_connection
H A Dsmtp-client-connection.c1584 timeout_remove(&conn->to_trans);
1767 if (conn->to_trans != NULL)
1768 conn->to_trans = io_loop_move_timeout(&conn->to_trans);
1806 timeout_remove(&conn->to_trans);
1835 conn->to_trans = timeout_add_short(0,
1861 conn->to_trans = timeout_add_short(0,
1880 conn->to_trans = timeout_add_short(0,

Completed in 13 milliseconds