Searched refs:isc_mem_setname (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dmem.h402 isc_mem_setname(isc_mem_t *ctx, const char *name, void *tag);
420 * Get the name of 'ctx', as previously set using isc_mem_setname().
434 * Get the tag value for 'task', as previously set using isc_mem_setname().
/bind-9.6-ESV-R11/bin/named/
H A Dmain.c963 isc_mem_setname(ns_g_mctx, "main", NULL);
H A Dclient.c1935 isc_mem_setname(*mctxp, "client", NULL);
1945 isc_mem_setname(clientmctx, "client", NULL);
H A Dserver.c1408 isc_mem_setname(cmctx, "acache", NULL);
1610 isc_mem_setname(cmctx, "cache", NULL);
1612 isc_mem_setname(hmctx, "cache_heap", NULL);
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_api.c168 isc_mem_setname(dst__memory_pool, "dst", NULL);
H A Dview.c610 isc_mem_setname(mctx, "ADB", NULL);
H A Dname.c1313 isc_mem_setname(thread_key_mctx, "threadkey", NULL);
H A Dresolver.c7374 isc_mem_setname(res->buckets[i].mctx, name, NULL);
/bind-9.6-ESV-R11/lib/isc/
H A Dmem.c1606 isc_mem_setname(isc_mem_t *ctx, const char *name, void *tag) { function
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c1154 isc_mem_setname(mctx, "dig", NULL);

Completed in 320 milliseconds