Lines Matching defs:then
671 * 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;
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)
3747 then = key->removehd;
3750 if (then > now)
3751 DNS_ZONE_TIME_ADD(&timenow, then - now, &timethen);
4380 * 'raw' zone. If we failed to load, then we need it to send a
4493 * If there's no master file for a key zone, then the zone is new:
5895 * If it will change then kill off any current refresh in progress
5896 * and update the masters info. If it won't change then we can just
6145 * But if the key is gone, then go ahead.
6299 * If there is not a matching DNSKEY then
6870 * If 'update_only' is set then don't create a NSEC RRset if it doesn't exist.
6952 * finished signing (rdata.data[4] != 0) then keep it.
6973 * If we were signing then we need to indicate that we have
7503 * that is not obscured by the same obscuring name and then normal
7719 * then goes on to remove NSEC3 records be iterating over all nodes
8041 * If we made no effective changes to the zone then we can just
9196 * trusted keys then all we can do is look at any revoked keys.
9235 * If any keydata record has a nonzero add holddown, then
9556 * the security roots; then all queries to the zone will fail.
12252 * First, look for a tsig key in the master statement, then
12519 * First, look for a tsig key in the master statement, then
14147 * If that fails, then we'll fall back to a direct comparison
15547 * First, look for a tsig key in the master statement, then
16253 * 2000 zones we use 2 memory contexts, then scale at 1:1000.
16287 * part of the system than zone tasks, then this will need to be
16621 * If we are queued to be run then dequeue.
17411 isc_stdtime_t now, then = 0, event;
17419 (then == 0 || event < then))
17420 then = event;
17423 if (then != 0) {
17424 *timep = then;
17881 * key, but it's for an already-existing algorithm, then
18062 isc_stdtime_t then;
18073 then = now;
18074 result = next_keyevent(key->key, &then);
18078 DNS_ZONE_TIME_ADD(&timenow, then - now, &timethen);