Lines Matching defs:total
135 size_t total;
528 if (ctx->quota != 0U && ctx->total + increment > ctx->quota)
555 ctx->total += increment;
653 if (ctx->quota != 0U && ctx->total + size > ctx->quota) {
662 ctx->total += size;
821 ctx->total += size;
929 ctx->total = 0;
1734 size_t total;
1739 total = ctx->total;
1743 return (total);
2328 isc_uint64_t total;
2373 summary->total += ctx->total;
2374 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "total"));
2377 (isc_uint64_t)ctx->total));
2378 TRY0(xmlTextWriterEndElement(writer)); /* total */
2465 summary.total));
2523 summary->total += ctx->total;
2554 obj = json_object_new_int64(ctx->total);
2556 json_object_object_add(ctxobj, "total", obj);
2627 obj = json_object_new_int64(summary.total);
2818 return (mctx->methods->total(mctx));