Home | History | Annotate | Download | only in isc

Lines Matching defs:catp

506 	isc_logcategory_t *catp;
526 for (catp = lctx->categories; catp->name != NULL;) {
527 if (catp->id == UINT_MAX) {
532 DE_CONST(catp->name, catp);
534 catp++;
538 catp->name = (void *)categories;
539 catp->id = UINT_MAX;
545 for (catp = categories; catp->name != NULL; catp++) {
546 catp->id = lctx->category_count++;
552 isc_logcategory_t *catp;
557 for (catp = lctx->categories; catp->name != NULL;) {
558 if (catp->id == UINT_MAX) {
560 * catp is neither modified nor returned to the
563 DE_CONST(catp->name, catp);
565 if (strcmp(catp->name, name) == 0) {
566 return (catp);
568 catp++;