Lines Matching defs:hi_water
138 size_t hi_water;
932 ctx->hi_water = 0;
1269 if (ctx->hi_water != 0U && ctx->inuse > ctx->hi_water) {
1276 if (ctx->hi_water != 0U && ctx->inuse > ctx->hi_water &&
1324 * when the context was pushed over hi_water but then had
1325 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1517 if (ctx->hi_water != 0U && ctx->inuse > ctx->hi_water &&
1522 if (ctx->hi_water != 0U && !ctx->hi_called &&
1523 ctx->inuse > ctx->hi_water) {
1529 if (ctx->hi_water != 0U && ctx->inuse > ctx->hi_water &&
1613 * when the context was pushed over hi_water but then had
1614 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1765 ctx->hi_water = 0;
1774 ctx->hi_water = hiwater;
2415 (isc_uint64_t)ctx->hi_water));
2581 obj = json_object_new_int64(ctx->hi_water);