Searched refs:hmctx (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | cache.c | 123 isc_mem_t *hmctx; /* Heap memory */ member in struct:dns_cache 192 dns_cache_create3(isc_mem_t *cmctx, isc_mem_t *hmctx, isc_taskmgr_t *taskmgr, argument 205 REQUIRE(hmctx != NULL); 212 cache->mctx = cache->hmctx = NULL; 214 isc_mem_attach(hmctx, &cache->hmctx); 250 * For databases of type "rbt" we pass hmctx to dns_db_create() 271 cache->db_argv[0] = (char *) hmctx; 345 isc_mem_detach(&cache->hmctx); 384 * as it's a pointer to hmctx [all...] |
H A D | rbtdb.c | 696 * or for zone resigning in a zone DB. hmctx is the memory 700 isc_mem_t *hmctx; member in struct:dns_rbtdb 1330 isc_mem_put(rbtdb->hmctx, rbtdb->heaps, 1363 isc_mem_detach(&rbtdb->hmctx); 8446 isc_mem_t *hmctx = mctx; local 8459 hmctx = (isc_mem_t *) argv[0]; 8528 rbtdb->heaps = isc_mem_get(hmctx, rbtdb->node_lock_count * 8538 result = isc_heap_create(hmctx, sooner, set_index, 0, 8582 isc_mem_attach(hmctx, &rbtdb->hmctx); [all...] |
/bind-9.11.3/lib/dns/include/dns/ |
H A D | cache.h | 67 dns_cache_create3(isc_mem_t *cmctx, isc_mem_t *hmctx, isc_taskmgr_t *taskmgr, 86 *\li 'cmctx' (and 'hmctx' if applicable) is a valid memory context.
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 3271 isc_mem_t *cmctx = NULL, *hmctx = NULL; local 3806 CHECK(isc_mem_create(0, 0, &hmctx)); 3807 isc_mem_setname(hmctx, "cache_heap", NULL); 3808 CHECK(dns_cache_create3(cmctx, hmctx, ns_g_taskmgr, 3813 isc_mem_detach(&hmctx); 4923 if (hmctx != NULL) 4924 isc_mem_detach(&hmctx);
|
Completed in 164 milliseconds