Lines Matching defs:debuglist
140 debuglist_t *debuglist;
212 if (mctx->debuglist == NULL) {
236 ISC_LIST_PREPEND(mctx->debuglist[idx], dl, link);
256 if (mctx->debuglist == NULL) {
271 dl = ISC_LIST_HEAD(mctx->debuglist[idx]);
274 ISC_LIST_UNLINK(mctx->debuglist[idx], dl, link);
490 ctx->debuglist = mallocx(
493 INSIST(ctx->debuglist != NULL);
496 ISC_LIST_INIT(ctx->debuglist[i]);
526 if (ctx->debuglist != NULL) {
529 for (dl = ISC_LIST_HEAD(ctx->debuglist[i]); dl != NULL;
530 dl = ISC_LIST_HEAD(ctx->debuglist[i]))
537 ISC_LIST_UNLINK(ctx->debuglist[i], dl, link);
543 ctx->debuglist,
677 if (mctx->debuglist != NULL) {
686 dl = ISC_LIST_HEAD(mctx->debuglist[i]);