Lines Matching defs:quota
134 size_t quota;
256 isc__mem_setquota(isc_mem_t *ctx, size_t quota);
525 * Did we hit the quota for this context?
528 if (ctx->quota != 0U && ctx->total + increment > ctx->quota)
597 * hit the quota for this context.
600 * XXXRTH "At quota" notification here.
653 if (ctx->quota != 0U && ctx->total + size > ctx->quota) {
928 ctx->quota = 0;
1675 isc_mem_setquota(isc_mem_t *ctx0, size_t quota) {
1681 ctx->quota = quota;
1689 size_t quota;
1694 quota = ctx->quota;
1698 return (quota);
1989 * Don't let the caller go over quota