Searched refs:mail_user_get_home (Results 1 - 16 of 16) sorted by relevance
/dovecot/src/lib-storage/ |
H A D | mail-user.h | 161 int mail_user_get_home(struct mail_user *user, const char **home_r);
|
H A D | mail-user.c | 132 mail_user_get_home(user, &home) <= 0) { 162 if (need_home_dir && mail_user_get_home(user, &home) <= 0) { 446 int mail_user_get_home(struct mail_user *user, const char **home_r) function 545 if (mail_user_get_home(user, &home) <= 0) 572 if ((ret = mail_user_get_home(user, &home)) < 0) {
|
H A D | mail-duplicate.c | 344 if (mail_user_get_home(user, &home) <= 0) {
|
H A D | mail-storage.c | 222 (void)mail_user_get_home(ns->user, &home);
|
/dovecot/src/plugins/last-login/ |
H A D | last-login-plugin.c | 100 if (mail_user_get_home(user, &set.home_dir) <= 0)
|
/dovecot/src/lib-storage/index/ |
H A D | index-attribute.c | 127 if (mail_user_get_home(storage->user, &set.home_dir) <= 0)
|
/dovecot/src/plugins/quota/ |
H A D | quota-dict.c | 76 if (mail_user_get_home(_root->quota->user, &set.home_dir) <= 0)
|
H A D | quota.c | 839 if (mail_user_get_home(root->quota->user, &set.home_dir) <= 0)
|
/dovecot/src/plugins/quota-clone/ |
H A D | quota-clone-plugin.c | 230 (void)mail_user_get_home(user, &dict_set.home_dir);
|
/dovecot/src/lib-storage/index/shared/ |
H A D | shared-storage.c | 271 if ((ret = mail_user_get_home(owner, &tab[3].value)) < 0) {
|
/dovecot/src/plugins/notify-status/ |
H A D | notify-status-plugin.c | 58 (void)mail_user_get_home(user, &set.home_dir);
|
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-storage.c | 91 mail_user_get_home(ns->owner, &home) > 0) {
|
/dovecot/src/lib-storage/index/dbox-single/ |
H A D | sdbox-storage.c | 61 mail_user_get_home(ns->owner, &home) > 0) {
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-storage.c | 102 mail_user_get_home(ns->owner, &home) > 0) {
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-storage.c | 274 mail_user_get_home(ns->owner, &home) <= 0) {
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-brain.c | 429 if ((ret = mail_user_get_home(brain->user, &home)) < 0) {
|
Completed in 740 milliseconds