Lines Matching defs:newnotify
10983 dns_notify_t *newnotify = NULL;
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 != NULL)
11022 notify_destroy(newnotify, ISC_TRUE);