Searched refs:newnotify (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dzone.c10983 dns_notify_t *newnotify = NULL; local
11005 newnotify = NULL;
11007 result = notify_create(notify->mctx, flags, &newnotify);
11010 zone_iattach(notify->zone, &newnotify->zone);
11011 ISC_LIST_APPEND(newnotify->zone->notifies, newnotify, link);
11012 newnotify->dst = dst;
11014 result = notify_send_queue(newnotify, startup);
11017 newnotify = NULL;
11021 if (newnotify !
[all...]

Completed in 336 milliseconds