Searched refs:ISC_LIST_HEAD (Results 1 – 7 of 7) sorted by relevance
72 eventp = ISC_LIST_HEAD(ondest->events); in isc_ondestroy_notify()81 eventp = ISC_LIST_HEAD(ondest->events); in isc_ondestroy_notify()
393 default_channel.channel = ISC_LIST_HEAD(lcfg->channels); in isc_logconfig_create()481 while ((message = ISC_LIST_HEAD(lctx->messages)) != NULL) { in isc_log_destroy()523 while ((channel = ISC_LIST_HEAD(lcfg->channels)) != NULL) { in isc_logconfig_destroy()545 while ((item = ISC_LIST_HEAD(lcfg->channellists[i])) != NULL) { in isc_logconfig_destroy()805 for (channel = ISC_LIST_HEAD(lcfg->channels); channel != NULL; in isc_log_usechannel()966 for (channel = ISC_LIST_HEAD(lctx->logconfig->channels); in isc_log_setdebuglevel()1039 for (channel = ISC_LIST_HEAD(lctx->logconfig->channels); in isc_log_closefilelogs()1458 category_channels = ISC_LIST_HEAD(lcfg->channellists[category->id]); in isc_log_doit()1473 category_channels != ISC_LIST_HEAD(lcfg->channellists[0])) in isc_log_doit()1479 ISC_LIST_HEAD(lcfg->channellists[0]); in isc_log_doit()[all …]
182 for (table = ISC_LIST_HEAD(tables); in isc_result_totext()
1775 task = ISC_LIST_HEAD(mgr->tasks); in isc_taskmgr_renderxml()
108 for (threadcond = ISC_LIST_HEAD(cond->threadlist); in find_thread_condition()156 for (threadcond = ISC_LIST_HEAD(cond->threadlist); in isc_condition_broadcast()183 threadcond = ISC_LIST_HEAD(cond->threadlist); in isc_condition_destroy()
193 #define HEAD(list) ISC_LIST_HEAD(list)
45 #define ISC_LIST_HEAD(list) ((list).head) macro