Lines Matching defs:debuglist
158 debuglist_t * debuglist;
396 if (mctx->debuglist == NULL)
402 dl = ISC_LIST_HEAD(mctx->debuglist[mysize]);
437 ISC_LIST_PREPEND(mctx->debuglist[mysize], dl, link);
455 if (mctx->debuglist == NULL)
461 dl = ISC_LIST_HEAD(mctx->debuglist[size]);
473 ISC_LIST_UNLINK(mctx->debuglist[size],
948 ctx->debuglist = NULL;
988 ctx->debuglist = (memalloc)(arg,
990 if (ctx->debuglist == NULL) {
995 ISC_LIST_INIT(ctx->debuglist[i]);
1015 if (ctx->debuglist != NULL)
1016 (ctx->memfree)(ctx->arg, ctx->debuglist);
1042 if (ctx->debuglist != NULL) {
1045 if (!ISC_LIST_EMPTY(ctx->debuglist[i]))
1047 INSIST(ISC_LIST_EMPTY(ctx->debuglist[i]));
1053 for (dl = ISC_LIST_HEAD(ctx->debuglist[i]);
1055 dl = ISC_LIST_HEAD(ctx->debuglist[i])) {
1056 ISC_LIST_UNLINK(ctx->debuglist[i],
1061 (ctx->memfree)(ctx->arg, ctx->debuglist);
1356 if (mctx->debuglist != NULL) {
1371 dl = ISC_LIST_HEAD(mctx->debuglist[i]);
2363 if (ctx->debuglist != NULL) {
2529 if (ctx->debuglist != NULL) {