Searched refs:get_path (Results 1 - 11 of 11) sorted by relevance

/dovecot/src/lib-storage/list/
H A Dmailbox-list-none.c165 .get_path = none_list_get_path,
H A Dmailbox-list-maildir.c504 .get_path = maildir_list_get_path,
533 .get_path = maildir_list_get_path,
H A Dmailbox-list-fs.c544 .get_path = fs_list_get_path,
H A Dmailbox-list-index-backend.c376 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 Dshared-list.c297 .get_path = shared_list_get_path,
/dovecot/src/lib-storage/
H A Dmailbox-list-private.h49 int (*get_path)(struct mailbox_list *list, const char *name, member in struct:mailbox_list_vfuncs
H A Dmailbox-list.c1389 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 Dfs-api-private.h33 const char *(*get_path)(struct fs_file *file); member in struct:fs_vfuncs
H A Dfs-api.c489 return file->fs->v.get_path == NULL ? file->path :
490 file->fs->v.get_path(file);
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-storage.c96 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 Dimapc-list.c966 .get_path = imapc_list_get_path,

Completed in 34 milliseconds