Searched refs:get_path (Results 1 - 11 of 11) sorted by relevance
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-none.c | 165 .get_path = none_list_get_path,
|
H A D | mailbox-list-maildir.c | 504 .get_path = maildir_list_get_path, 533 .get_path = maildir_list_get_path,
|
H A D | mailbox-list-fs.c | 544 .get_path = fs_list_get_path,
|
H A D | mailbox-list-index-backend.c | 376 list. the mailbox creation wants to use get_path() though, 870 .get_path = index_list_get_path,
|
/dovecot/src/lib-storage/index/shared/ |
H A D | shared-list.c | 297 .get_path = shared_list_get_path,
|
/dovecot/src/lib-storage/ |
H A D | mailbox-list-private.h | 49 int (*get_path)(struct mailbox_list *list, const char *name, member in struct:mailbox_list_vfuncs
|
H A D | mailbox-list.c | 1389 if ((ret = list->v.get_path(list, name, type, path_r)) <= 0) 1402 if ((ret = list->v.get_path(list, NULL, type, path_r)) < 0)
|
/dovecot/src/lib-fs/ |
H A D | fs-api-private.h | 33 const char *(*get_path)(struct fs_file *file); member in struct:fs_vfuncs
|
H A D | fs-api.c | 489 return file->fs->v.get_path == NULL ? file->path : 490 file->fs->v.get_path(file);
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-storage.c | 96 ret = mlist->module_ctx.super.get_path(list, name, type, &path); 720 list->v.get_path = mbox_list_get_path;
|
/dovecot/src/lib-storage/index/imapc/ |
H A D | imapc-list.c | 966 .get_path = imapc_list_get_path,
|
Completed in 34 milliseconds