Searched defs:files_count (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-fs.c258 unsigned int files_count; member in struct:fs_delete_ctx
267 for (i = 0; i < ctx->files_count; i++) {
297 for (i = 0; i < ctx->files_count; i++) {
325 for (i = 0; i < ctx->files_count; i++) {
344 ctx.files_count = I_MAX(async_count, 1);
345 ctx.files = t_new(struct fs_file *, ctx.files_count);
444 ctx.files_count = I_MAX(async_count, 1);
445 ctx.files = t_new(struct fs_file *, ctx.files_count);
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-save.c56 unsigned int files_count; member in struct:maildir_save_context
184 ctx->files_count++;
513 ctx->files_count--;
757 i_assert(ctx->files_count == seq_range_count(&_t->changes->saved_uids));
872 t_array_init(&files, ctx->files_count);
964 if (ctx->files_count == 0)

Completed in 37 milliseconds