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

/bind-9.11.3/lib/dns/
H A Ddst_api.c79 LIBDNS_EXTERNAL_DATA isc_mem_t *dst__memory_pool = NULL; variable
164 dst__memory_pool = NULL;
177 NULL, &dst__memory_pool, 0);
180 isc_mem_setname(dst__memory_pool, "dst", NULL);
182 isc_mem_setdestroycheck(dst__memory_pool, ISC_FALSE);
185 isc_mem_attach(mctx, &dst__memory_pool);
294 if (dst__memory_pool != NULL)
295 isc_mem_detach(&dst__memory_pool);

Completed in 24 milliseconds