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

/dovecot/src/log/
H A Dlog-connection.c46 unsigned int pending_count; member in struct:log_connection
375 if (log->pending_count > 0) {
376 log->pending_count = 0;
386 if (log->pending_count++ == 0) {
390 if (log->pending_count == LOG_WARN_PENDING_COUNT ||
391 (log->pending_count % LOG_WARN_PENDING_INTERVAL) == 0) {
/dovecot/src/auth/
H A Ddb-ldap.h175 unsigned int pending_count; member in struct:ldap_connection
/dovecot/src/director/
H A Ddoveadm-connection.c1140 unsigned int pending_count = 0; local
1143 pending_count++;
1145 if (pending_count > 0)
1146 i_warning("Shutting down while %u doveadm connections were waiting for ring sync", pending_count);
/dovecot/src/lib-http/
H A Dhttp-client-connection.c61 unsigned int pending_count = array_count(&conn->request_wait_list); local
64 pending_count++;
65 return pending_count;

Completed in 20 milliseconds