Lines Matching refs:log_channel
48 typedef struct log_channel *log_channel; typedef
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_channel(unsigned int, int, int);
101 log_channel log_new_file_channel(unsigned int, int, const char *,
104 int log_set_file_owner(log_channel, uid_t, gid_t);
105 log_channel log_new_null_channel(void);
106 int log_inc_references(log_channel);
107 int log_dec_references(log_channel);
108 log_channel_type log_get_channel_type(log_channel);
109 int log_free_channel(log_channel);