Searched defs:lo_water (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dmem.c139 size_t lo_water; member in struct:isc__mem
933 ctx->lo_water = 0;
1323 * The check against ctx->lo_water == 0 is for the condition
1325 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1327 if ((ctx->inuse < ctx->lo_water) || (ctx->lo_water == 0U)) {
1612 * The check against ctx->lo_water == 0 is for the condition
1614 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1617 (ctx->inuse < ctx->lo_water || ctx->lo_water
[all...]

Completed in 19 milliseconds