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

/dovecot/src/auth/
H A Dauth-worker-server.c59 static unsigned int idle_count = 0, auth_workers_with_errors = 0; variable
218 i_assert(auth_workers_with_errors > 0);
219 i_assert(auth_workers_with_errors <= array_count(&connections));
220 auth_workers_with_errors--;
314 auth_workers_with_errors++;
315 i_assert(auth_workers_with_errors <= array_count(&connections));
317 if (auth_workers_with_errors == 1) {
341 i_assert(auth_workers_with_errors > 0);
342 i_assert(auth_workers_with_errors <= array_count(&connections));
343 auth_workers_with_errors
[all...]

Completed in 951 milliseconds