Searched refs:ISC_LIST (Results 1 – 8 of 8) sorted by relevance
50 typedef ISC_LIST(isc_buffer_t) isc_bufferlist_t; /*%< Buffer List */56 typedef ISC_LIST(isc_event_t) isc_eventlist_t; /*%< Event List */94 typedef ISC_LIST(isc_task_t) isc_tasklist_t; /*%< Task List */
45 typedef ISC_LIST(struct isc_sockaddr) isc_sockaddrlist_t;
189 #define LIST(type) ISC_LIST(type)
31 #define ISC_LIST(type) struct { type *head, *tail; } macro
42 ISC_LIST(isc_condition_thread_t) threadlist;
119 ISC_LIST(isc_logchannel_t) channels;120 ISC_LIST(isc_logchannellist_t) *channellists;158 ISC_LIST(isc_logmessage_t) messages;553 sizeof(ISC_LIST(isc_logchannellist_t))); in isc_logconfig_destroy()1121 bytes = lctx->category_count * sizeof(ISC_LIST(isc_logchannellist_t)); in sync_channellist()1132 sizeof(ISC_LIST(isc_logchannellist_t)); in sync_channellist()
112 static ISC_LIST(resulttable) tables;
133 typedef ISC_LIST(isc__task_t) isc__tasklist_t;