Lines Matching defs:dbg

75 …struct hdhomerun_debug_t *dbg = (struct hdhomerun_debug_t *)calloc(1, sizeof(struct hdhomerun_debu…  in hdhomerun_debug_create()  local
93 void hdhomerun_debug_destroy(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_destroy()
124 static void hdhomerun_debug_close_internal(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_close_internal()
137 void hdhomerun_debug_close(struct hdhomerun_debug_t *dbg, uint64_t timeout) in hdhomerun_debug_close()
153 void hdhomerun_debug_set_filename(struct hdhomerun_debug_t *dbg, const char *filename) in hdhomerun_debug_set_filename()
186 void hdhomerun_debug_set_prefix(struct hdhomerun_debug_t *dbg, const char *prefix) in hdhomerun_debug_set_prefix()
206 void hdhomerun_debug_enable(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_enable()
219 void hdhomerun_debug_disable(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_disable()
228 bool hdhomerun_debug_enabled(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_enabled()
237 void hdhomerun_debug_flush(struct hdhomerun_debug_t *dbg, uint64_t timeout) in hdhomerun_debug_flush()
258 void hdhomerun_debug_printf(struct hdhomerun_debug_t *dbg, const char *fmt, ...) in hdhomerun_debug_printf()
266 void hdhomerun_debug_vprintf(struct hdhomerun_debug_t *dbg, const char *fmt, va_list args) in hdhomerun_debug_vprintf()
340 static bool hdhomerun_debug_output_message_file(struct hdhomerun_debug_t *dbg, struct hdhomerun_deb… in hdhomerun_debug_output_message_file()
362 static bool hdhomerun_debug_output_message_sock(struct hdhomerun_debug_t *dbg, struct hdhomerun_deb… in hdhomerun_debug_output_message_sock()
397 static bool hdhomerun_debug_output_message(struct hdhomerun_debug_t *dbg, struct hdhomerun_debug_me… in hdhomerun_debug_output_message()
412 static void hdhomerun_debug_pop_and_free_message(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_pop_and_free_message()
430 struct hdhomerun_debug_t *dbg = (struct hdhomerun_debug_t *)arg; in hdhomerun_debug_thread_execute() local