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

/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c106 isc_mempool_t *rpool; /*%< memory pool for replies */ member in struct:dns_dispatchmgr
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,
[all...]

Completed in 15 milliseconds