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

/dovecot/src/lib-ldap/
H A Dldap-connection-pool.c27 unsigned int max_count)
32 for (; list != NULL && pool->conn_count > max_count; list = next) {
26 ldap_connection_pool_shrink_to(struct ldap_connection_pool *pool, unsigned int max_count) argument
/dovecot/src/auth/
H A Dauth-worker-server.c336 unsigned int max_count = global_auth_settings->worker_max_count; local
348 auth_workers_throttle_count = max_count;
349 } else if (auth_workers_throttle_count < max_count)
H A Ddb-ldap.c501 unsigned int max_count,
508 while (aqueue_count(conn->request_queue) > 0 && max_count > 0) {
532 max_count--;
500 db_ldap_abort_requests(struct ldap_connection *conn, unsigned int max_count, unsigned int timeout_secs, bool error, const char *reason) argument
/dovecot/src/lib-storage/index/
H A Dindex-mail-headers.c756 unsigned int max_count)
764 if (count > max_count)
765 count = max_count;
755 index_mail_headers_decode(struct index_mail *mail, const char *const **_list, unsigned int max_count) argument

Completed in 133 milliseconds