Lines Matching defs:startup
10623 * If we are enqueued on the startup ratelimiter and this is
10624 * not a startup notify, re-enqueue on the normal notify
10816 notify_send_queue(dns_notify_t *notify, isc_boolean_t startup) {
10825 if (startup)
10829 result = isc_ratelimiter_enqueue(startup
10985 isc_boolean_t startup;
11013 startup = ISC_TF((notify->flags & DNS_NOTIFY_STARTUP) != 0);
11014 result = notify_send_queue(newnotify, startup);
11059 isc_boolean_t startup;
11064 startup = !DNS_ZONE_FLAG(zone, DNS_ZONEFLG_NEEDNOTIFY);
11094 if (startup)
11174 result = notify_send_queue(notify, startup);
13878 isc_boolean_t startup;
13882 startup = ISC_TF((notify->flags & DNS_NOTIFY_STARTUP) != 0);
13883 result = notify_send_queue(notify, startup);