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

/bind-9.11.3/lib/dns/
H A Drbtdb.c674 rbtdb_version_t * current_version; member in struct:dns_rbtdb
1214 REQUIRE(rbtdb->current_version != NULL || EMPTY(rbtdb->open_versions));
1217 if (rbtdb->current_version != NULL) {
1220 isc_refcount_decrement(&rbtdb->current_version->references,
1223 UNLINK(rbtdb->open_versions, rbtdb->current_version, link);
1224 isc_refcount_destroy(&rbtdb->current_version->references);
1225 isc_rwlock_destroy(&rbtdb->current_version->rwlock);
1226 isc_mem_put(rbtdb->common.mctx, rbtdb->current_version,
1456 version = rbtdb->current_version;
1505 version->secure = rbtdb->current_version
[all...]

Completed in 32 milliseconds