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

/dovecot/src/lib/
H A Dioloop-kqueue.c33 unsigned int deleted_count; member in struct:ioloop_handler_context
76 if (ctx->deleted_count > 0)
77 ctx->deleted_count--;
103 ctx->deleted_count++;
H A Dioloop-epoll.c16 unsigned int deleted_count; member in struct:ioloop_handler_context
119 if (ctx->deleted_count > 0)
120 ctx->deleted_count--;
158 ctx->deleted_count++;
181 if (ioloop->io_files != NULL && events_count > ctx->deleted_count) {
/dovecot/src/imap/
H A Dcmd-store.c139 unsigned int deleted_count; local
196 deleted_count = 0;
208 deleted_count++;
231 client->deleted_count += deleted_count;
H A Dimap-client.h192 unsigned int deleted_count, expunged_count, trashed_count; member in struct:client
/dovecot/src/pop3/
H A Dpop3-client.h65 unsigned int deleted_count, seen_change_count; member in struct:client
/dovecot/src/lib-index/
H A Dmail-cache-transaction.c494 unsigned int deleted_count = i; local
500 array_delete(&ctx->cache_data_seq, 0, deleted_count);

Completed in 767 milliseconds