Searched defs:count_before (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/plugins/quota/ |
H A D | quota-util.c | 389 uint64_t count_before, uint64_t count_current, 401 if (QUOTA_EXCEEDED(count_before, count_current, w->rule.count_limit)) { 403 count_before, count_current, w->rule.count_limit); 412 if (QUOTA_EXCEEDED(count_current, count_before, w->rule.count_limit)) { 414 count_before, count_current, w->rule.count_limit); 387 quota_warning_match(const struct quota_warning_rule *w, uint64_t bytes_before, uint64_t bytes_current, uint64_t count_before, uint64_t count_current, const char **reason_r) argument
|
H A D | quota.c | 1070 uint64_t count_current, count_before, count_limit; local 1096 count_before = 0; 1098 count_before = count_current - ctx->count_used; 1102 count_before, count_current,
|
Completed in 15 milliseconds