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

/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c109 isc_mempool_t *spool; /*%< memory pool for dispsocs */ member in struct:dns_dispatchmgr
838 dispsock = isc_mempool_get(mgr->spool);
947 isc_mempool_put(disp->mgr->spool, dispsock);
1715 isc_mempool_destroy(&mgr->spool);
1877 mgr->spool = NULL;
2087 if (mgr->spool != NULL) {
2088 isc_mempool_setmaxalloc(mgr->spool, DNS_DISPATCH_POOLSOCKS * 2);
2093 &mgr->spool);
2098 isc_mempool_setname(mgr->spool, "dispmgr_spool");
2099 isc_mempool_setmaxalloc(mgr->spool, maxrequest
[all...]

Completed in 29 milliseconds