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

/bind-9.6-ESV-R11/lib/isc/
H A Dmem.c161 debuglist_t * debuglist; member in struct:isc_mem
234 if (mctx->debuglist == NULL)
240 dl = ISC_LIST_HEAD(mctx->debuglist[mysize]);
275 ISC_LIST_PREPEND(mctx->debuglist[mysize], dl, link);
293 if (mctx->debuglist == NULL)
299 dl = ISC_LIST_HEAD(mctx->debuglist[size]);
311 ISC_LIST_UNLINK(mctx->debuglist[size],
781 ctx->debuglist = NULL;
821 ctx->debuglist = (memalloc)(arg,
823 if (ctx->debuglist
[all...]

Completed in 11 milliseconds