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

/bind-9.11.3/lib/dns/
H A Ddispatch.c87 isc_mempool_t *rpool; /*%< pool for replies */ member in struct:dns_dispatchmgr
1597 "depool=%d, rpool=%d, dpool=%d",
1600 isc_mempool_getallocated(mgr->rpool),
1608 if (isc_mempool_getallocated(mgr->rpool) != 0)
1639 isc_mempool_destroy(&mgr->rpool);
1808 mgr->rpool = NULL;
1810 &mgr->rpool) != ISC_R_SUCCESS) {
1828 isc_mempool_setname(mgr->rpool, "dispmgr_rpool");
1829 isc_mempool_setmaxalloc(mgr->rpool, 32768);
1830 isc_mempool_setfreemax(mgr->rpool, 3276
[all...]

Completed in 15 milliseconds