Lines Matching defs:catp
572 isc_logcategory_t *catp;
593 for (catp = lctx->categories; catp->name != NULL; )
594 if (catp->id == UINT_MAX)
599 DE_CONST(catp->name, catp);
601 catp++;
603 catp->name = (void *)categories;
604 catp->id = UINT_MAX;
610 catp = categories; catp->name != NULL; catp++)
611 catp->id = lctx->category_count++;
616 isc_logcategory_t *catp;
621 for (catp = lctx->categories; catp->name != NULL; )
622 if (catp->id == UINT_MAX)
624 * catp is neither modified nor returned to the
627 DE_CONST(catp->name, catp);
629 if (strcmp(catp->name, name) == 0)
630 return (catp);
631 catp++;