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

/bind-9.11.3/lib/isc/
H A Dhash.c84 isc_refcount_t refcnt; member in struct:isc_hash
179 result = isc_refcount_init(&hctx->refcnt, 1);
280 isc_refcount_increment(&hctx->refcnt, NULL);
295 isc_refcount_destroy(&hctx->refcnt);
320 isc_refcount_decrement(&hctx->refcnt, &refs);
333 isc_refcount_decrement(&isc_hashctx->refcnt, &refs);
H A Dentropy.c100 unsigned int refcnt; member in struct:isc_entropy
705 ent->refcnt = 1;
769 if (ent->refcnt > 0)
799 REQUIRE(ent->refcnt == 0);
1090 "Entropy pool %p: refcnt %u cursor %u,"
1093 ent, ent->refcnt,
1130 ent->refcnt++;
1147 REQUIRE(ent->refcnt > 0);
1148 ent->refcnt--;
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Ducsmap.c110 int refcnt; /* reference count */ member in struct:idn_ucsmap
140 ctx->refcnt = 1;
147 assert(ctx != NULL && ctx->refcnt > 0);
151 if (--ctx->refcnt == 0) {
162 assert(ctx != NULL && ctx->refcnt > 0);
164 ctx->refcnt++;
174 assert(ctx != NULL && ctx->refcnt > 0);
228 assert(ctx != NULL && ctx->refcnt > 0);
273 assert(ctx != NULL && ctx->refcnt > 0 && to != NULL &&
H A Ducsset.c121 int refcnt; /* reference count */ member in struct:idn_ucsset
143 bm->refcnt = 1;
150 assert(ctx != NULL && ctx->refcnt > 0);
154 if (--ctx->refcnt == 0) {
163 assert(ctx != NULL && ctx->refcnt > 0);
167 ctx->refcnt++;
172 assert(ctx != NULL && ctx->refcnt > 0);
183 assert(ctx != NULL && ctx->refcnt > 0);
198 assert(ctx != NULL && ctx->refcnt > 0);
267 assert(ctx != NULL && ctx->refcnt >
[all...]
/bind-9.11.3/lib/dns/
H A Dadb.c238 unsigned int refcnt; member in struct:dns_adbentry
938 entry->refcnt = 1;
951 foundentry->refcnt++;
1166 if (e->refcnt == 0) {
1290 if (entry->refcnt == 0 &&
1620 entry->refcnt++;
1639 INSIST(entry->refcnt > 0);
1640 entry->refcnt--;
1643 if (entry->refcnt == 0 &&
1818 e->refcnt
[all...]

Completed in 26 milliseconds