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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dnscomm.c53 int dyn_update_freeze (const char *domain, const zconf_t *z, int freeze) argument
61 if ( freeze )
62 action = "freeze";
/bind-9.6-ESV-R11/lib/dns/
H A Dzt.c276 dns_zt_freezezones(dns_zt_t *zt, isc_boolean_t freeze) { argument
282 result = dns_zt_apply2(zt, ISC_FALSE, &tresult, freezezones, &freeze);
289 isc_boolean_t freeze = *(isc_boolean_t *)uap; local
304 if (freeze) {
323 dns_zone_setupdatedisabled(zone, freeze);
340 freeze ? "freezing" : "thawing",
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c3732 * Configure and freeze all explicit views. Explicit
3760 * In either case, we need to configure and freeze it.
5842 * Act on a "freeze" or "thaw" command from the command channel.
5845 ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args, argument
5869 result = dns_view_freezezones(view, freeze);
5878 freeze ? "freezing" : "thawing",
5891 if (freeze) {
5910 dns_zone_setupdatedisabled(zone, freeze);
5952 freeze ? "freezing" : "thawing",

Completed in 24 milliseconds