Searched refs:cmctx (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | cache.h | 64 dns_cache_create(isc_mem_t *cmctx, isc_taskmgr_t *taskmgr, 69 dns_cache_create2(isc_mem_t *cmctx, isc_taskmgr_t *taskmgr, 74 dns_cache_create3(isc_mem_t *cmctx, isc_mem_t *hmctx, isc_taskmgr_t *taskmgr, 94 *\li 'cmctx' (and 'hmctx' if applicable) is a valid memory context.
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | cache.c | 172 dns_cache_create(isc_mem_t *cmctx, isc_taskmgr_t *taskmgr, argument 177 return (dns_cache_create3(cmctx, cmctx, taskmgr, timermgr, rdclass, 182 dns_cache_create2(isc_mem_t *cmctx, isc_taskmgr_t *taskmgr, argument 187 return (dns_cache_create3(cmctx, cmctx, taskmgr, timermgr, rdclass, 193 dns_cache_create3(isc_mem_t *cmctx, isc_mem_t *hmctx, isc_taskmgr_t *taskmgr, argument 205 REQUIRE(cmctx != NULL); 210 cache = isc_mem_get(cmctx, sizeof(*cache)); 215 isc_mem_attach(cmctx, [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | server.c | 1343 isc_mem_t *cmctx = NULL, *hmctx = NULL; local 1404 cmctx = NULL; 1405 CHECK(isc_mem_create(0, 0, &cmctx)); 1406 CHECK(dns_acache_create(&view->acache, cmctx, ns_g_taskmgr, 1408 isc_mem_setname(cmctx, "acache", NULL); 1409 isc_mem_detach(&cmctx); 1609 CHECK(isc_mem_create(0, 0, &cmctx)); 1610 isc_mem_setname(cmctx, "cache", NULL); 1613 CHECK(dns_cache_create3(cmctx, hmctx, ns_g_taskmgr, 1616 isc_mem_detach(&cmctx); [all...] |
Completed in 19 milliseconds