Searched refs:index_prefix (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/lib-storage/index/
H A Dindex-storage.c166 box->index_prefix);
207 index_path = t_strconcat(index_path, "/", box->index_prefix,
367 const char *index_prefix)
379 box->index_prefix = p_strdup(box->pool, index_prefix);
365 index_storage_mailbox_alloc(struct mailbox *box, const char *vname, enum mailbox_flags flags, const char *index_prefix) argument
H A Dindex-sync.c464 path = t_strconcat(dir, "/", box->index_prefix, ".log", NULL);
522 path = t_strconcat(dir, "/", box->index_prefix, ".log", NULL);
H A Dindex-rebuild.c216 backup_path = t_strconcat(box->index_prefix, ".backup", NULL);
H A Dindex-storage.h62 const char *index_prefix);
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-storage.c239 index_path = t_strconcat(index_path, "/", box->index_prefix,
/dovecot/src/lib-storage/
H A Dmail-storage-private.h391 const char *index_prefix; member in struct:mailbox
H A Dmail-storage.c1411 NULL, index_dir, t_strconcat(box->index_prefix, ".pvt", NULL));

Completed in 23 milliseconds