Lines Matching refs:quota
137 size_t quota;
363 * Did we hit the quota for this context?
366 if (ctx->quota != 0U && ctx->total + increment > ctx->quota)
435 * hit the quota for this context.
438 * XXXRTH "At quota" notification here.
491 if (ctx->quota != 0U && ctx->total + size > ctx->quota) {
763 ctx->quota = 0;
1518 isc_mem_setquota(isc_mem_t *ctx, size_t quota) {
1522 ctx->quota = quota;
1529 size_t quota;
1534 quota = ctx->quota;
1538 return (quota);
1780 * Don't let the caller go over quota