Searched defs:QUOTA_EXCEEDED (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/plugins/quota/ |
H A D | quota-util.c | 392 #define QUOTA_EXCEEDED(before, current, limit) \ macro 396 if (QUOTA_EXCEEDED(bytes_before, bytes_current, w->rule.bytes_limit)) { 401 if (QUOTA_EXCEEDED(count_before, count_current, w->rule.count_limit)) { 407 if (QUOTA_EXCEEDED(bytes_current, bytes_before, w->rule.bytes_limit)) { 412 if (QUOTA_EXCEEDED(count_current, count_before, w->rule.count_limit)) {
|
Completed in 14 milliseconds