Searched defs:current (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/quota/
H A Dquota.c894 (An alternative could be to get the current quota usage
916 uint64_t bytes_limit, count_limit, current, limit, diff; local
950 &current, &limit, &error);
952 if (limit <= current) {
956 diff = current - limit;
960 diff = limit - current;
982 &current, &limit, &error);
984 if (limit <= current) {
987 diff = current - limit;
991 diff = limit - current;
[all...]

Completed in 861 milliseconds