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

/dovecot/src/lib-http/
H A Dhttp-client-peer.c402 int backoff_time_spent = local
405 if (backoff_time_spent < (int)pshared->backoff_current_time_msecs) {
407 (pshared->backoff_current_time_msecs - backoff_time_spent);
418 backoff_time_spent - pshared->backoff_current_time_msecs);

Completed in 13 milliseconds