Searched refs:index_prefix (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/lib-storage/index/ |
H A D | index-storage.c | 166 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 D | index-sync.c | 464 path = t_strconcat(dir, "/", box->index_prefix, ".log", NULL); 522 path = t_strconcat(dir, "/", box->index_prefix, ".log", NULL);
|
H A D | index-rebuild.c | 216 backup_path = t_strconcat(box->index_prefix, ".backup", NULL);
|
H A D | index-storage.h | 62 const char *index_prefix);
|
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-storage.c | 239 index_path = t_strconcat(index_path, "/", box->index_prefix,
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-private.h | 391 const char *index_prefix; member in struct:mailbox
|
H A D | mail-storage.c | 1411 NULL, index_dir, t_strconcat(box->index_prefix, ".pvt", NULL));
|
Completed in 23 milliseconds