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

/bind-9.11.3/lib/dns/
H A Dzone.c10623 * 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) { argument
10825 if (startup)
10829 result = isc_ratelimiter_enqueue(startup
10985 isc_boolean_t startup; local
11013 startup = ISC_TF((notify->flags & DNS_NOTIFY_STARTUP) != 0);
11014 result = notify_send_queue(newnotify, startup);
11059 isc_boolean_t startup; local
11064 startup
13878 isc_boolean_t startup; local
[all...]

Completed in 87 milliseconds