Searched defs:error_res (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/plugins/quota/ |
H A D | quota-count.c | 218 enum quota_get_result error_res; local 219 ret = quota_count(&root->root, bytes_r, count_r, &error_res, error_r); 221 return error_res;
|
H A D | quota-dict.c | 115 enum quota_get_result error_res; local 117 if (quota_count(&root->root, &bytes, &count, &error_res, error_r) < 0) 118 return error_res;
|
H A D | quota-storage.c | 293 enum quota_get_result error_res; local 295 if (quota_transaction_set_limits(qt, &error_res, &error) < 0) { 296 if (error_res == QUOTA_GET_RESULT_BACKGROUND_CALC) 360 enum quota_get_result error_res; local 361 if (quota_transaction_set_limits(qt, &error_res, &error) < 0) { 362 if (error_res == QUOTA_GET_RESULT_BACKGROUND_CALC)
|
H A D | quota.c | 1309 enum quota_get_result error_res; local 1311 if (quota_transaction_set_limits(ctx, &error_res, error_r) < 0) { 1312 if (error_res == QUOTA_GET_RESULT_BACKGROUND_CALC) 1356 enum quota_get_result error_res; local 1357 if (quota_transaction_set_limits(ctx, &error_res, error_r) < 0) { 1358 if (error_res == QUOTA_GET_RESULT_BACKGROUND_CALC)
|
Completed in 18 milliseconds