Lines Matching defs:owner
22 imap_quota_root_get_name(struct mail_user *user, struct mail_user *owner,
28 if (user == owner || owner == NULL)
30 return t_strdup_printf("%s%c%s", owner->username,
36 struct mail_user *owner, struct quota_root *root)
45 name = imap_quota_root_get_name(user, owner, root);
100 if (ns->owner != NULL && ns->owner != client->user) {
119 name = imap_quota_root_get_name(client->user, ns->owner, root);
122 if (quota_reply_write(quota_reply, client->user, ns->owner, root) < 0)
165 struct mail_user *owner;
174 if (!parse_quota_root(cmd->client->user, root_name, &owner, &root)) {
180 if (quota_reply_write(quota_reply, cmd->client->user, owner, root) < 0)
193 struct mail_user *owner;
213 if (!parse_quota_root(cmd->client->user, root_name, &owner, &root)) {