Lines Matching defs:rpool
87 isc_mempool_t *rpool; /*%< pool for replies */
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, 32768);
1831 isc_mempool_associatelock(mgr->rpool, &mgr->rpool_lock);
1832 isc_mempool_setfillcount(mgr->rpool, 32);
1884 isc_mempool_destroy(&mgr->rpool);
3304 res = isc_mempool_get(disp->mgr->rpool);
3362 isc_mempool_put(disp->mgr->rpool, res);
3558 isc_mempool_put(disp->mgr->rpool, res);