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

/bind-9.11.3/lib/dns/
H A Dzone.c193 isc_refcount_t erefs; member in struct:dns_zone
924 result = isc_refcount_init(&zone->erefs, 1); /* Implicit attach. */
1084 isc_refcount_decrement(&zone->erefs, NULL);
1085 isc_refcount_destroy(&zone->erefs);
1110 REQUIRE(isc_refcount_current(&zone->erefs) == 0);
1251 isc_refcount_destroy(&zone->erefs);
4935 * DNS_ZONEFLG_SHUTDOWN can only be set if erefs == 0.
4937 INSIST(isc_refcount_current(&zone->erefs) == 0);
5225 isc_refcount_increment(&source->erefs, NULL);
5241 isc_refcount_decrement(&zone->erefs,
[all...]

Completed in 55 milliseconds