Searched refs:mem_alloc (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dlwresconf_test.c44 mem_alloc(void *arg, size_t size) { function
76 ret = lwres_context_create(&ctx, mem, mem_alloc, mem_free, 0);
H A Dlwres_test.c234 mem_alloc(void *arg, size_t size) { function
263 ret = lwres_context_create(&ctx, mem, mem_alloc, mem_free, 0);
/bind-9.6-ESV-R11/lib/dns/
H A Dopenssl_link.c131 mem_alloc(size_t size) { function
162 CRYPTO_set_mem_functions(mem_alloc, mem_realloc, mem_free);
164 locks = mem_alloc(sizeof(isc_mutex_t) * nlocks);
175 rm = mem_alloc(sizeof(RAND_METHOD));
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c349 mem_alloc(void *arg, size_t size) { function
736 lwresult = lwres_context_create(&lwctx, mctx, mem_alloc, mem_free, 1);
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c367 mem_alloc(void *arg, size_t size) { function
1049 lwresult = lwres_context_create(&lwctx, mctx, mem_alloc, mem_free,

Completed in 1386 milliseconds