Searched refs:bytes_res (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/quota-clone/
H A Dquota-clone-plugin.c51 enum quota_get_result bytes_res, count_res; local
64 bytes_res = quota_get_resource(root, "", QUOTA_NAME_STORAGE_BYTES,
66 if (bytes_res == QUOTA_GET_RESULT_INTERNAL_ERROR) {
80 if (bytes_res == QUOTA_GET_RESULT_UNKNOWN_RESOURCE &&
85 if (bytes_res == QUOTA_GET_RESULT_BACKGROUND_CALC &&
97 if (bytes_res == QUOTA_GET_RESULT_LIMITED ||
98 bytes_res == QUOTA_GET_RESULT_UNLIMITED) {

Completed in 14 milliseconds