Searched defs:frozen (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dzt.c290 isc_boolean_t frozen; local
303 frozen = dns_zone_getupdatedisabled(zone);
305 if (frozen)
315 if (frozen) {
H A Dresolver.c372 isc_boolean_t frozen; member in struct:dns_resolver
7402 res->frozen = ISC_FALSE;
7544 REQUIRE(res->frozen);
7605 REQUIRE(!res->frozen);
7607 res->frozen = ISC_TRUE;
7813 REQUIRE(res->frozen);
8121 REQUIRE(!resolver->frozen);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dview.h40 * "frozen", the core attributes become immutable, and the view module
45 *\li Before the view is frozen, the caller must ensure synchronization.
47 *\li After the view is frozen, the module guarantees appropriate
98 isc_boolean_t frozen; member in struct:dns_view
183 * zone table. The view is not frozen.
210 *\li 'source' is a valid, frozen view.
257 *\li 'source' is a valid, frozen view.
409 *\li 'view' is frozen.
442 *\li 'view' is a valid, frozen view.
508 *\li 'view' is a valid, frozen vie
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c5856 isc_boolean_t frozen; local
5890 frozen = dns_zone_getupdatedisabled(zone);
5892 if (frozen) {
5893 msg = "WARNING: The zone was already frozen.\n"
5912 if (frozen) {

Completed in 45 milliseconds