Home
last modified time | relevance | path

Searched refs:next_lcl (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c510 log_channel_list lcl, prev_lcl, next_lcl; in log_remove_channel() local
520 lcl = next_lcl) { in log_remove_channel()
521 next_lcl = lcl->next; in log_remove_channel()
525 prev_lcl->next = next_lcl; in log_remove_channel()
527 lc->categories[category] = next_lcl; in log_remove_channel()