Lines Matching refs:debuglist
161 debuglist_t * debuglist;
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 == NULL) {
828 ISC_LIST_INIT(ctx->debuglist[i]);
848 if (ctx->debuglist != NULL)
849 (ctx->memfree)(ctx->arg, ctx->debuglist);
892 if (ctx->debuglist != NULL) {
895 if (!ISC_LIST_EMPTY(ctx->debuglist[i]))
897 INSIST(ISC_LIST_EMPTY(ctx->debuglist[i]));
903 for (dl = ISC_LIST_HEAD(ctx->debuglist[i]);
905 dl = ISC_LIST_HEAD(ctx->debuglist[i])) {
906 ISC_LIST_UNLINK(ctx->debuglist[i],
911 (ctx->memfree)(ctx->arg, ctx->debuglist);
1200 if (mctx->debuglist != NULL) {
1215 dl = ISC_LIST_HEAD(mctx->debuglist[i]);
2139 if (ctx->debuglist != NULL) {