Lines Matching refs:rpool
106 isc_mempool_t *rpool; /*%< memory pool for replies */
1672 "epool=%d, rpool=%d, dpool=%d",
1675 isc_mempool_getallocated(mgr->rpool),
1683 if (isc_mempool_getallocated(mgr->rpool) != 0)
1712 isc_mempool_destroy(&mgr->rpool);
1847 mgr->rpool = NULL;
1849 &mgr->rpool) != ISC_R_SUCCESS) {
1865 isc_mempool_setname(mgr->rpool, "dispmgr_rpool");
1866 isc_mempool_setfreemax(mgr->rpool, 1024);
1867 isc_mempool_associatelock(mgr->rpool, &mgr->pool_lock);
1915 isc_mempool_destroy(&mgr->rpool);
3072 res = isc_mempool_get(disp->mgr->rpool);
3121 isc_mempool_put(disp->mgr->rpool, res);
3270 isc_mempool_put(disp->mgr->rpool, res);