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

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h36 struct log_channel { struct
45 log_channel channel;
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dlogging.h48 typedef struct log_channel *log_channel; typedef in typeref:struct:log_channel
77 FILE * log_open_stream(log_channel);
78 int log_close_stream(log_channel);
79 FILE * log_get_stream(log_channel);
80 char * log_get_filename(log_channel);
81 int log_check_channel(log_context, int, log_channel);
96 int log_add_channel(log_context, int, log_channel);
97 int log_remove_channel(log_context, int, log_channel);
100 log_channel log_new_syslog_channe
[all...]

Completed in 22 milliseconds