Searched defs:isc_logchannellist_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dlog.c79 typedef struct isc_logchannellist isc_logchannellist_t; typedef in typeref:struct:isc_logchannellist
84 ISC_LINK(isc_logchannellist_t) link;
110 ISC_LIST(isc_logchannellist_t) *channellists;
208 static isc_logchannellist_t default_channel;
496 isc_logchannellist_t *item;
542 sizeof(ISC_LIST(isc_logchannellist_t)));
1049 isc_logchannellist_t *new_item;
1111 bytes = lctx->category_count * sizeof(ISC_LIST(isc_logchannellist_t));
1122 sizeof(ISC_LIST(isc_logchannellist_t));
1404 isc_logchannellist_t *category_channel
[all...]

Completed in 15 milliseconds