Searched refs:to_response (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-client-connection.c583 timeout_remove(&conn->to_response);
656 i_assert(conn->to_response == NULL);
657 conn->to_response = timeout_add_to(conn->conn.ioloop,
1007 timeout_remove(&conn->to_response);
1751 timeout_remove(&conn->to_response);
1795 i_assert(conn->to_response == NULL);
1853 if (conn->to_response != NULL) {
1854 conn->to_response =
1855 io_loop_move_timeout_to(ioloop, &conn->to_response);
H A Dhttp-client-private.h181 struct timeout *to_connect, *to_input, *to_idle, *to_response; member in struct:http_client_connection
/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-connection.c67 struct timeout *to_reconnect, *to_idle, *to_response; member in struct:imap_urlauth_connection
142 i_assert(conn->to_response == NULL);
150 timeout_remove(&conn->to_response);
157 conn->to_response = timeout_add(IMAP_URLAUTH_RESPONSE_TIMEOUT_MSECS,

Completed in 13 milliseconds