Lines Matching defs:when
45 * by these sizes when we need to.
2127 * read when incrementally filling the buffer.
2382 * it might cause a hazardous result when "totallen"
2385 * data step by step, and commit partial data when
3064 isc_uint32_t when;
3070 when = lctx->now;
3072 when = sig.timeexpire - lctx->resign;
3078 when = lctx->now;
3079 else if (sig.timeexpire - lctx->resign < when)
3080 when = sig.timeexpire - lctx->resign;
3083 return (when);