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

/bind-9.6-ESV-R11/lib/dns/
H A Dopenssl_link.c132 INSIST(dst__memory_pool != NULL);
133 return (isc_mem_allocate(dst__memory_pool, size));
138 INSIST(dst__memory_pool != NULL);
140 isc_mem_free(dst__memory_pool, ptr);
145 INSIST(dst__memory_pool != NULL);
146 return (isc_mem_reallocate(dst__memory_pool, ptr, size));
H A Dgssapi_link.c209 buf = isc_mem_allocate(dst__memory_pool, sig->length);
222 isc_mem_free(dst__memory_pool, buf);
H A Ddst_internal.h69 extern isc_mem_t *dst__memory_pool;
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 1245 milliseconds