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

/bind-9.11.3/lib/isc/
H A Dtimer.c281 isc_time_t then; local
284 result = isc_time_add(&manager->due, &fifteen, &then);
287 isc_time_compare(&then, now) < 0) {
441 * evils here. If the timer->arg member is made const, then
/bind-9.11.3/lib/dns/
H A Dzone.c671 * removing a NSEC3 chain then both NSEC3 and non-NSEC3 nodes will be
683 * of a NSEC3 chain, 'seen_nsec' is true. If 'delete_nsec' is true then we
1973 * zone->loadtime is set, then the file will still be reloaded
2775 * Perform a regular lookup to catch DNAME records then look
3736 isc_stdtime_t then; local
3741 then = key->refresh;
3743 then = now;
3744 if (key->addhd > now && key->addhd < then)
3745 then = key->addhd;
3746 if (key->removehd > now && key->removehd < then)
17411 isc_stdtime_t now, then = 0, event; local
18062 isc_stdtime_t then; local
[all...]

Completed in 38 milliseconds