Home
last modified time | relevance | path

Searched refs:timedout_count (Results 1 – 8 of 8) sorted by relevance

/dports/mail/exim-monitor/exim-4.95/src/
H A Dretry.c562 int timedout_count = 0; in retry_update() local
635 if (addr == endaddr) timedout_count++; in retry_update()
729 if (addr == endaddr) timedout_count++; in retry_update()
768 timedout_count++; in retry_update()
857 if (update_count > 0 && update_count == timedout_count) in retry_update()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dretry.c562 int timedout_count = 0; in retry_update() local
635 if (addr == endaddr) timedout_count++; in retry_update()
729 if (addr == endaddr) timedout_count++; in retry_update()
768 timedout_count++; in retry_update()
857 if (update_count > 0 && update_count == timedout_count) in retry_update()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dretry.c562 int timedout_count = 0; in retry_update() local
635 if (addr == endaddr) timedout_count++; in retry_update()
729 if (addr == endaddr) timedout_count++; in retry_update()
768 timedout_count++; in retry_update()
857 if (update_count > 0 && update_count == timedout_count) in retry_update()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dretry.c562 int timedout_count = 0; in retry_update() local
635 if (addr == endaddr) timedout_count++; in retry_update()
729 if (addr == endaddr) timedout_count++; in retry_update()
768 timedout_count++; in retry_update()
857 if (update_count > 0 && update_count == timedout_count) in retry_update()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dretry.c562 int timedout_count = 0; in retry_update() local
635 if (addr == endaddr) timedout_count++; in retry_update()
729 if (addr == endaddr) timedout_count++; in retry_update()
768 timedout_count++; in retry_update()
857 if (update_count > 0 && update_count == timedout_count) in retry_update()
/dports/mail/exim/exim-4.95/src/
H A Dretry.c562 int timedout_count = 0; in retry_update() local
635 if (addr == endaddr) timedout_count++; in retry_update()
729 if (addr == endaddr) timedout_count++; in retry_update()
768 timedout_count++; in retry_update()
857 if (update_count > 0 && update_count == timedout_count) in retry_update()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dretry.c562 int timedout_count = 0; in retry_update() local
635 if (addr == endaddr) timedout_count++; in retry_update()
729 if (addr == endaddr) timedout_count++; in retry_update()
768 timedout_count++; in retry_update()
857 if (update_count > 0 && update_count == timedout_count) in retry_update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/
H A Dcapture_replay_tests.py915 timedout_count = 0
976 timedout_count += len(test_batch_result.timeouts)
996 timedout_count))