Lines Matching defs:auth_workers_with_errors
59 static unsigned int idle_count = 0, auth_workers_with_errors = 0;
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--;
345 if (auth_workers_with_errors == 0) {