Searched refs:ISC_LIST_INIT (Results 1 – 7 of 7) sorted by relevance
38 ISC_LIST_INIT(ondest->events); in isc_ondestroy_init()
153 ISC_LIST_INIT(tables); in initialize_action()
692 ISC_LIST_INIT(events); in isc__task_purgerange()1039 ISC_LIST_INIT(new_ready_tasks); in dispatch()1040 ISC_LIST_INIT(new_priority_tasks); in dispatch()
286 ISC_LIST_INIT(lctx->messages); in isc_log_create()351 ISC_LIST_INIT(lcfg->channels); in isc_logconfig_create()
52 ISC_LIST_INIT(cond->threadlist); in isc_condition_init()
190 #define INIT_LIST(type) ISC_LIST_INIT(type)
32 #define ISC_LIST_INIT(list) \ macro