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

/bind-9.6-ESV-R11/lib/isc/
H A Dtimer.c214 isc_time_t then; local
217 result = isc_time_add(&manager->due, &fifteen, &then);
220 isc_time_compare(&then, now) < 0) {
372 * evils here. If the timer->arg member is made const, then

Completed in 2343 milliseconds