Searched defs:count_value (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/plugins/quota-clone/ |
H A D | quota-clone-plugin.c | 49 uint64_t bytes_value, count_value, limit; local 73 &count_value, &limit, &error); 105 t_strdup_printf("%"PRIu64, count_value));
|
/dovecot/src/plugins/quota/ |
H A D | quota-fs.c | 892 uint64_t bytes_value, count_value; local 917 &count_value, &count_limit, error_r); 920 &bytes_limit, &count_value, 926 &bytes_limit, &count_value, 931 &bytes_limit, &count_value, 943 *value_r = count_value;
|
Completed in 12 milliseconds