Searched refs:quota_settings (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/plugins/quota/ |
H A D | quota.h | 16 struct quota_settings; 73 struct quota_settings **set_r, 75 void quota_settings_deinit(struct quota_settings **quota_set); 87 int quota_init(struct quota_settings *quota_set, struct mail_user *user,
|
H A D | quota-private.h | 14 struct quota_settings *set; 21 struct quota_settings { struct 96 struct quota_settings *set;
|
H A D | quota.c | 196 quota_root_settings_init(struct quota_settings *quota_set, const char *root_def, 254 quota_root_add(struct quota_settings *quota_set, struct mail_user *user, 301 struct quota_settings **set_r, 304 struct quota_settings *quota_set; 311 quota_set = p_new(pool, struct quota_settings, 1); 362 void quota_settings_deinit(struct quota_settings **_quota_set) 364 struct quota_settings *quota_set = *_quota_set; 431 int quota_init(struct quota_settings *quota_set, struct mail_user *user,
|
H A D | quota-storage.c | 618 struct quota_settings *quota_set = quser->quota->set; 630 struct quota_settings *set;
|
Completed in 14 milliseconds