• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/bind9-45.100/bind9/lib/dns/

Lines Matching defs:then

556  * removing a NSEC3 chain then both NSEC3 and non-NSEC3 nodes will be
568 * of a NSEC3 chain, 'seen_nsec' is true. If 'delete_nsec' is true then we
1446 * zone->loadtime is set, then the file will still be reloaded
2706 isc_stdtime_t then;
2711 then = key->refresh;
2712 if (key->addhd > now && key->addhd < then)
2713 then = key->addhd;
2714 if (key->removehd > now && key->removehd < then)
2715 then = key->removehd;
2718 if (then > now)
2719 DNS_ZONE_TIME_ADD(&timenow, then - now, &timethen);
3358 * If there's no master file for a key zone, then the zone is new:
4341 * If it will change then kill off any current refresh in progress
4342 * and update the masters info. If it won't change then we can just
4623 * But if the key is gone, then go ahead.
4772 * If there is not a matching DNSKEY then
5317 * If 'update_only' is set then don't create a NSEC RRset if it doesn't exist.
5399 * finished signing (rdata.data[4] != 0) then keep it.
5420 * If we were signing then we need to indicate that we have
5457 * If 'active' is set then we are not done with the chain yet so only
6402 * If we made no effective changes to the zone then we can just
7490 * trusted keys then all we can do is look at any revoked keys.
7516 * If any keydata record has a nonzero add holddown, then
7748 * the security roots; then all queries to the zone will fail.
10063 * First, look for a tsig key in the master statement, then
10310 * First, look for a tsig key in the master statement, then
12256 * First, look for a tsig key in the master statement, then
13159 * If we are queued to be run then dequeue.
13847 isc_stdtime_t now, then = 0, event;
13855 (then == 0 || event < then))
13856 then = event;
13859 if (then != 0) {
13860 *timep = then;
14286 * key, but it's for an already-existing algorithm, then
14458 isc_stdtime_t then;
14468 then = now;
14469 result = next_keyevent(key->key, &then);
14473 DNS_ZONE_TIME_ADD(&timenow, then - now, &timethen);