Lines Matching defs:lc
178 log_close_debug_channels(log_context lc) { in log_close_debug_channels()
209 log_check_channel(log_context lc, int level, log_channel chan) { in log_check_channel()
242 log_check(log_context lc, int category, int level) { in log_check()
272 log_vwrite(log_context lc, int category, int level, const char *format, in log_vwrite()
432 log_write(log_context lc, int category, int level, const char *format, ...) { in log_write()
445 log_new_context(int num_categories, char **category_names, log_context *lc) { in log_new_context()
470 log_free_context(log_context lc) { in log_free_context()
490 log_add_channel(log_context lc, int category, log_channel chan) { in log_add_channel()
511 log_remove_channel(log_context lc, int category, log_channel chan) { in log_remove_channel()
547 log_option(log_context lc, int option, int value) { in log_option()
570 log_category_is_active(log_context lc, int category) { in log_category_is_active()