Lines Matching defs:catp
559 isc_logcategory_t *catp;
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 = categories; catp->name != NULL; catp++)
598 catp->id = lctx->category_count++;
603 isc_logcategory_t *catp;
608 for (catp = lctx->categories; catp->name != NULL; )
609 if (catp->id == UINT_MAX)
611 * catp is neither modified nor returned to the
614 DE_CONST(catp->name, catp);
616 if (strcmp(catp->name, name) == 0)
617 return (catp);
618 catp++;