Searched defs:catp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dlog.c559 isc_logcategory_t *catp; local
580 for (catp = lctx->categories; catp->name != NULL; )
581 if (catp->id == UINT_MAX)
586 DE_CONST(catp->name, catp);
588 catp++;
590 catp->name = (void *)categories;
591 catp->id = UINT_MAX;
597 for (catp
603 isc_logcategory_t *catp; local
[all...]

Completed in 15 milliseconds