#include "msg-format.h"#include "cfg.h"#include "plugin.h"#include "plugin-types.h"#include "find-crlf.h"#include "scratch-buffers.h"#include "utf8utils.h"#include "hostname.h"
Variables | |
| CfgFlagHandler | msg_format_flag_handlers [] |
| LogMessage* msg_format_construct_message | ( | MsgFormatOptions * | options, |
| const guchar * | data, | ||
| gsize | length | ||
| ) |
| gsize msg_format_from_string | ( | MsgFormatOptions * | format_options, |
| const char * | msg_cstring, | ||
| LogMessage ** | out_msg | ||
| ) |
| void msg_format_options_copy | ( | MsgFormatOptions * | options, |
| const MsgFormatOptions * | source | ||
| ) |
| void msg_format_options_defaults | ( | MsgFormatOptions * | options | ) |
| void msg_format_options_destroy | ( | MsgFormatOptions * | options | ) |
| void msg_format_options_init | ( | MsgFormatOptions * | options, |
| GlobalConfig * | cfg | ||
| ) |
| gboolean msg_format_options_process_flag | ( | MsgFormatOptions * | options, |
| const gchar * | flag | ||
| ) |
| gboolean msg_format_options_set_sdata_prefix | ( | MsgFormatOptions * | options, |
| const gchar * | prefix | ||
| ) |
| LogMessage* msg_format_parse | ( | MsgFormatOptions * | options, |
| const guchar * | data, | ||
| gsize | length | ||
| ) |
| void msg_format_parse_into | ( | MsgFormatOptions * | options, |
| LogMessage * | msg, | ||
| const guchar * | data, | ||
| gsize | length | ||
| ) |
| gboolean msg_format_try_parse_into | ( | MsgFormatOptions * | options, |
| LogMessage * | msg, | ||
| const guchar * | data, | ||
| gsize | length, | ||
| gsize * | problem_position | ||
| ) |
| CfgFlagHandler msg_format_flag_handlers[] |