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

/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c108 isc_mempool_t *bpool; /*%< memory pool for buffers */ member in struct:dns_dispatchmgr
1040 isc_mempool_put(disp->mgr->bpool, buf);
1054 temp = isc_mempool_get(disp->mgr->bpool);
1714 isc_mempool_destroy(&mgr->bpool);
1876 mgr->bpool = NULL;
2062 if (mgr->bpool != NULL) {
2072 isc_mempool_setmaxalloc(mgr->bpool, maxbuffers);
2076 result = isc_mempool_create(mgr->mctx, buffersize, &mgr->bpool);
2081 isc_mempool_setname(mgr->bpool, "dispmgr_bpool");
2082 isc_mempool_setmaxalloc(mgr->bpool, maxbuffer
[all...]

Completed in 15 milliseconds