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

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-storage.h62 const char *attachment_dir; member in struct:dbox_storage
/dovecot/src/lib-storage/index/
H A Dindex-attachment.c95 const char *attachment_dir, *path, *digest = info->hash; local
110 attachment_dir = index_attachment_dir_get(storage);
111 path = t_strdup_printf("%s/%c%c/%c%c/%s-%s", attachment_dir,
122 path + strlen(attachment_dir) + 1);
400 int index_attachment_stream_get(struct fs *fs, const char *attachment_dir, argument
424 path = t_strdup_printf("%s/%s%s", attachment_dir,

Completed in 10 milliseconds