Searched refs:freeze (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | nscomm.h | 49 extern int dyn_update_freeze (const char *domain, const zconf_t *z, int freeze);
|
H A D | nscomm.c | 53 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/include/dns/ |
H A D | zt.h | 151 dns_zt_freezezones(dns_zt_t *zt, isc_boolean_t freeze);
|
H A D | view.h | 822 dns_view_freezezones(dns_view_t *view, isc_boolean_t freeze);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | zt.c | 276 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/include/named/ |
H A D | server.h | 279 ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args,
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | server.c | 3732 * 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 1023 milliseconds