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

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-save.c149 maildir_save_add(struct mail_save_context *_ctx, const char *tmp_fname, argument
158 i_assert(*tmp_fname != '\0');
175 mf->tmp_name = mf->dest_basename = p_strdup(ctx->pool, tmp_fname);
348 const char *tmp_fname; local
359 tmp_fname = maildir_filename_generate();
361 str_append(path, tmp_fname);
373 *fname_r = tmp_fname;

Completed in 13 milliseconds