Lines Matching defs:char
126 static void win_console_puts(const char *str)
152 char *term = getenv("TERM");
185 static void ansi_fputs(int level, int tint, const char *str, int local_use_color)
209 static void colored_fputs(int level, int tint, const char *str)
237 const char *av_default_item_name(void *ptr)
268 static const char *get_level_str(int level)
294 static void format_line(void *avcl, int level, const char *fmt, va_list vl,
325 char lastc = part[3].len && part[3].len <= part[3].size ? part[3].str[part[3].len - 1] : 0;
330 void av_log_format_line(void *ptr, int level, const char *fmt, va_list vl,
331 char *line, int line_size, int *print_prefix)
336 int av_log_format_line2(void *ptr, int level, const char *fmt, va_list vl,
337 char *line, int line_size, int *print_prefix)
348 void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
352 static char prev[LINE_SZ];
354 char line[LINE_SZ];
406 static void (*av_log_callback)(void*, int, const char*, va_list) =
409 void av_log(void* avcl, int level, const char *fmt, ...)
417 void av_log_once(void* avcl, int initial_level, int subsequent_level, int *state, const char *fmt, ...)
426 void av_vlog(void* avcl, int level, const char *fmt, va_list vl)
429 void (*log_callback)(void*, int, const char*, va_list) = av_log_callback;
457 void av_log_set_callback(void (*callback)(void*, int, const char*, va_list))
462 static void missing_feature_sample(int sample, void *avc, const char *msg,
476 void avpriv_request_sample(void *avc, const char *msg, ...)
485 void avpriv_report_missing_feature(void *avc, const char *msg, ...)