HomeSort by: relevance | last modified time | path
    Searched defs:debuglist (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
mem.c 143 debuglist_t *debuglist; member in struct:isc_mem
304 if (mctx->debuglist == NULL) {
329 ISC_LIST_PREPEND(mctx->debuglist[idx], dl, link);
349 if (mctx->debuglist == NULL) {
364 dl = ISC_LIST_HEAD(mctx->debuglist[idx]);
367 ISC_LIST_UNLINK(mctx->debuglist[idx], dl, link);
585 ctx->debuglist = mallocx(debuglist_size, jemalloc_flags);
586 CHECK_OOM(ctx->debuglist, debuglist_size);
589 ISC_LIST_INIT(ctx->debuglist[i]);
619 if (ctx->debuglist != NULL)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 181 debuglist_t *debuglist; member in struct:isc__mem
277 if (mctx->debuglist == NULL) {
305 ISC_LIST_PREPEND(mctx->debuglist[idx], dl, link);
321 if (mctx->debuglist == NULL) {
336 dl = ISC_LIST_HEAD(mctx->debuglist[idx]);
339 ISC_LIST_UNLINK(mctx->debuglist[idx], dl, link);
816 ctx->debuglist = NULL;
849 ctx->debuglist = (ctx->memalloc)(
852 ISC_LIST_INIT(ctx->debuglist[i]);
885 if (ISC_UNLIKELY(ctx->debuglist != NULL))
    [all...]

Completed in 16 milliseconds