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

/dovecot/src/lib-smtp/
H A Dsmtp-server.h272 unsigned int command_count, reply_count; member in struct:smtp_server_stats
/dovecot/src/lib-dict/
H A Ddict-memcached-ascii.c38 unsigned int reply_count; member in struct:memcached_ascii_dict_reply
220 i_assert(replies[0].reply_count > 0);
221 if (--replies[0].reply_count == 0) {
535 reply->reply_count = 1;
622 reply->reply_count = array_count(&dict->input_states) - old_state_count;
H A Ddict-redis.c43 unsigned int reply_count; member in struct:redis_dict_reply
250 i_assert(reply->reply_count > 0);
251 if (reply->reply_count != num_replies) {
254 reply->reply_count, num_replies);
263 i_assert(reply->reply_count > 0);
264 if (--reply->reply_count == 0) {
657 reply->reply_count = ctx->cmd_count;
689 reply->reply_count = 1;

Completed in 11 milliseconds