Searched refs:pathp (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-file.c127 const char *const *pathp, *src, *dest; local
130 array_foreach(&file->attachment_paths, pathp) T_BEGIN {
131 src = t_strdup_printf("%s/%s", storage->attachment_dir, *pathp);
133 sdbox_file_attachment_relpath(file, *pathp));
193 const char *const *pathp, *path; local
196 array_foreach(&file->attachment_paths, pathp) T_BEGIN {
202 *pathp);
213 sdbox_file_attachment_relpath(file, *pathp));
/dovecot/src/lib-storage/
H A Dmail-user.c536 int mail_user_try_home_expand(struct mail_user *user, const char **pathp) argument
538 const char *home, *path = *pathp;
552 *pathp = path;

Completed in 38 milliseconds