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

/bind-9.11.3/bin/tests/
H A Dmempool_test.c49 isc_mempool_setfillcount(mp1, 10);
86 isc_mempool_setfillcount(mp2, 25);
/bind-9.11.3/bin/tests/mem/
H A Dt_mem.c75 isc_mempool_setfillcount(mp1, MP1_FILLCNT);
134 isc_mempool_setfillcount(mp2, 25);
/bind-9.11.3/lib/isc/include/isc/
H A Dmem.h694 isc_mempool_setfillcount(isc_mempool_t *mpctx, unsigned int limit);
/bind-9.11.3/lib/dns/
H A Ddispatch.c1826 isc_mempool_setfillcount(mgr->depool, 32);
1832 isc_mempool_setfillcount(mgr->rpool, 32);
1838 isc_mempool_setfillcount(mgr->dpool, 32);
2063 isc_mempool_setfillcount(mgr->bpool, 32);
2086 isc_mempool_setfillcount(mgr->spool, 32);
3078 isc_mempool_setfillcount(disp->sepool, 16);
H A Dmessage.c743 isc_mempool_setfillcount(m->namepool, NAME_COUNT);
751 isc_mempool_setfillcount(m->rdspool, RDATASET_COUNT);
H A Dadb.c2694 isc_mempool_setfillcount((p), FILL_COUNT); \
/bind-9.11.3/lib/isc/
H A Dmem.c2902 isc_mempool_setfillcount(isc_mempool_t *mpctx, unsigned int limit) { function
/bind-9.11.3/bin/dig/
H A Ddighost.c1624 isc_mempool_setfillcount(commctx, 2);

Completed in 82 milliseconds