Searched defs:to_throttle_shrink (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-imap-client/
H A Dimapc-connection.c135 struct timeout *to_throttle, *to_throttle_shrink; member in struct:imapc_connection
264 if (conn->to_throttle_shrink != NULL)
265 conn->to_throttle_shrink = io_loop_move_timeout(&conn->to_throttle_shrink);
460 timeout_remove(&conn->to_throttle_shrink);
1335 timeout_remove(&conn->to_throttle_shrink);
1337 conn->to_throttle_shrink =
1367 if (conn->to_throttle_shrink != NULL)
1368 timeout_reset(conn->to_throttle_shrink);
1371 conn->to_throttle_shrink
[all...]

Completed in 23 milliseconds