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

/bind-9.11.3/lib/dns/
H A Dresolver.c1219 zonebucket_t *dbucket; local
1234 dbucket = &fctx->res->dbuckets[bucketnum];
1236 LOCK(&dbucket->lock);
1237 for (counter = ISC_LIST_HEAD(dbucket->list);
1246 counter = isc_mem_get(dbucket->mctx, sizeof(fctxcount_t));
1258 ISC_LIST_APPEND(dbucket->list, counter, link);
1270 UNLOCK(&dbucket->lock);
1280 zonebucket_t *dbucket; local
1288 dbucket = &fctx->res->dbuckets[fctx->dbucketnum];
1290 LOCK(&dbucket
[all...]

Completed in 31 milliseconds