Data Fields | |
ProbeElement * | prefix |
int | level |
void(* | print_header )(void) |
void(* | print_footer )(void) |
void(* | print_array_header )(const char *name) |
void(* | print_array_footer )(const char *name) |
void(* | print_object_header )(const char *name) |
void(* | print_object_footer )(const char *name) |
void(* | print_integer )(const char *key, int64_t value) |
void(* | print_string )(const char *key, const char *value) |
int OutputContext::level |
Definition at line 95 of file avprobe.c.
Referenced by ini_print_array_header(), ini_print_object_header(), json_print_array_header(), json_print_integer(), json_print_object_header(), json_print_string(), old_print_string(), probe_group_enter(), probe_group_leave(), probe_int(), and probe_str().
ProbeElement* OutputContext::prefix |
Definition at line 94 of file avprobe.c.
Referenced by ini_print_array_header(), ini_print_object_header(), json_print_array_header(), json_print_integer(), json_print_object_header(), json_print_string(), old_print_string(), probe_group_enter(), probe_int(), and probe_str().
Definition at line 100 of file avprobe.c.
Referenced by opt_output_format(), opt_show_format_entry(), and probe_array_footer().
Definition at line 99 of file avprobe.c.
Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_array_header().
Definition at line 97 of file avprobe.c.
Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_footer().
Definition at line 96 of file avprobe.c.
Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_header().
void(* OutputContext::print_integer)(const char *key, int64_t value) |
Definition at line 104 of file avprobe.c.
Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_int().
Definition at line 102 of file avprobe.c.
Referenced by opt_output_format(), opt_show_format_entry(), and probe_object_footer().
Definition at line 101 of file avprobe.c.
Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_object_header().
void(* OutputContext::print_string)(const char *key, const char *value) |
Definition at line 105 of file avprobe.c.
Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_str().