Searched defs:dst__memory_pool (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_api.c79 isc_mem_t *dst__memory_pool = NULL; variable
152 dst__memory_pool = NULL;
165 NULL, &dst__memory_pool, 0);
168 isc_mem_setname(dst__memory_pool, "dst", NULL);
169 isc_mem_setdestroycheck(dst__memory_pool, ISC_FALSE);
171 isc_mem_attach(mctx, &dst__memory_pool);
226 if (dst__memory_pool != NULL)
227 isc_mem_detach(&dst__memory_pool);

Completed in 12 milliseconds