Lines Matching defs:channel
93 isc_logchannel_t * channel; member
252 #define FACILITY(channel) (channel->destination.facility) argument
253 #define FILE_NAME(channel) (channel->destination.file.name) argument
254 #define FILE_STREAM(channel) (channel->destination.file.stream) argument
255 #define FILE_VERSIONS(channel) (channel->destination.file.versions) argument
256 #define FILE_MAXSIZE(channel) (channel->destination.file.maximum_size) argument
257 #define FILE_MAXREACHED(channel) (channel->destination.file.maximum_reached) argument
506 isc_logchannel_t *channel; in isc_logconfig_destroy() local
708 isc_logchannel_t *channel; in isc_log_createchannel() local
793 isc_logchannel_t *channel; in isc_log_usechannel() local
955 isc_logchannel_t *channel; in isc_log_setdebuglevel() local
1034 isc_logchannel_t *channel; in isc_log_closefilelogs() local
1057 const isc_logmodule_t *module, isc_logchannel_t *channel) in assignchannel()
1144 greatest_version(isc_logchannel_t *channel, int *greatestp) { in greatest_version()
1215 roll_log(isc_logchannel_t *channel) { in roll_log()
1319 isc_log_open(isc_logchannel_t *channel) { in isc_log_open()
1420 isc_logchannel_t *channel; in isc_log_doit() local