Searched refs:quota_count (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/plugins/quota/ |
H A D | quota-private.h | 208 int quota_count(struct quota_root *root, uint64_t *bytes_r, uint64_t *count_r,
|
H A D | quota-count.c | 168 int quota_count(struct quota_root *root, uint64_t *bytes_r, uint64_t *count_r, function 219 ret = quota_count(&root->root, bytes_r, count_r, &error_res, error_r);
|
H A D | quota-dict.c | 117 if (quota_count(&root->root, &bytes, &count, &error_res, error_r) < 0)
|
Completed in 13 milliseconds