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

/bind-9.6-ESV-R11/lib/dns/
H A Drdataslab.c130 * Use &removed as a sentinal pointer for duplicate
133 static unsigned char removed; local
173 INSIST(x[i].rdata.data != &removed);
206 x[i-1].rdata.data = &removed;
293 if (x[i].rdata.data == &removed)
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c3019 * just removed from the configuration. To see the validity,
3233 removed(dns_zone_t *zone, void *uap) { function
3253 dns_zone_log(zone, ISC_LOG_INFO, "(%s) removed", type);
4101 removed, view);

Completed in 1368 milliseconds