Searched defs:bytes_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 65 &bytes_value, &limit, &error); 100 t_strdup_printf("%"PRIu64, bytes_value));
|
/dovecot/src/plugins/quota/ |
H A D | quota-fs.c | 892 uint64_t bytes_value, count_value; local 916 do_rquota_user(root, &bytes_value, &bytes_limit, 919 ret = do_rquota_group(root, &bytes_value, 925 ret = fs_quota_get_resources(root, FALSE, &bytes_value, 930 ret = fs_quota_get_resources(root, TRUE, &bytes_value, 941 *value_r = bytes_value;
|
Completed in 9 milliseconds