Searched refs:quota_get_mail_user_quota (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/plugins/quota/
H A Dquota-private.h196 struct quota *quota_get_mail_user_quota(struct mail_user *user);
H A Dquota.c622 quota_get_mail_user_quota(ns->owner) :
623 quota_get_mail_user_quota(ns->user);
645 quota_get_mail_user_quota(box->list->ns->owner) :
646 quota_get_mail_user_quota(box->list->ns->user);
730 quota = quota_get_mail_user_quota(user);
866 quota_get_mail_user_quota(box->list->ns->owner) :
867 quota_get_mail_user_quota(box->list->ns->user);
H A Dquota-storage.c608 struct quota *quota_get_mail_user_quota(struct mail_user *user) function
684 quota = quota_get_mail_user_quota(list->ns->user);
718 quota = quota_get_mail_user_quota(quota_user);
757 quota = quota_get_mail_user_quota(namespaces->user);
H A Dquota-imapc.c106 quota = quota_get_mail_user_quota(storage->storage.user);

Completed in 19 milliseconds