HomeSort by: relevance | last modified time | path
    Searched refs:newnotify (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
zone.c 12852 dns_notify_t *newnotify = NULL; local
12878 newnotify = NULL;
12880 result = notify_create(notify->mctx, flags, &newnotify);
12884 zone_iattach(notify->zone, &newnotify->zone);
12885 ISC_LIST_APPEND(newnotify->zone->notifies, newnotify, link);
12886 newnotify->dst = dst;
12888 isc_sockaddr_any6(&newnotify->src);
12891 result = notify_send_queue(newnotify, startup);
12895 newnotify = NULL
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 12745 dns_notify_t *newnotify = NULL; local
12771 newnotify = NULL;
12773 result = notify_create(notify->mctx, flags, &newnotify);
12777 zone_iattach(notify->zone, &newnotify->zone);
12778 ISC_LIST_APPEND(newnotify->zone->notifies, newnotify, link);
12779 newnotify->dst = dst;
12781 result = notify_send_queue(newnotify, startup);
12785 newnotify = NULL;
12789 if (newnotify != NULL)
    [all...]

Completed in 33 milliseconds