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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
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...]
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 &&
/bind-9.6-ESV-R11/lib/isc/
H A Dhash.c95 isc_refcount_t refcnt; member in struct:isc_hash
189 result = isc_refcount_init(&hctx->refcnt, 1);
288 isc_refcount_increment(&hctx->refcnt, NULL);
303 isc_refcount_destroy(&hctx->refcnt);
328 isc_refcount_decrement(&hctx->refcnt, &refs);
341 isc_refcount_decrement(&hash->refcnt, &refs);
H A Dentropy.c104 unsigned int refcnt; member in struct:isc_entropy
700 ent->refcnt = 1;
765 if (ent->refcnt > 0)
795 REQUIRE(ent->refcnt == 0);
1086 "Entropy pool %p: refcnt %u cursor %u,"
1089 ent, ent->refcnt,
1126 ent->refcnt++;
1143 REQUIRE(ent->refcnt > 0);
1144 ent->refcnt--;
/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c240 unsigned int refcnt; member in struct:dns_adbentry
562 entry->refcnt = 1;
574 foundentry->refcnt++;
786 if (e->refcnt == 0) {
910 if (entry->refcnt == 0 &&
1235 entry->refcnt++;
1254 INSIST(entry->refcnt > 0);
1255 entry->refcnt--;
1258 if (entry->refcnt == 0 &&
1416 e->refcnt
[all...]

Completed in 440 milliseconds