|
| LogMatcher * | log_matcher_string_new (const LogMatcherOptions *options) |
| |
| LogMatcher * | log_matcher_glob_new (const LogMatcherOptions *options) |
| |
| LogMatcher * | log_matcher_pcre_re_new (const LogMatcherOptions *options) |
| |
| void | log_matcher_pcre_set_nv_prefix (LogMatcher *s, const gchar *prefix) |
| |
| gboolean | log_matcher_match_value (LogMatcher *s, LogMessage *msg, gint value_handle) |
| |
| gboolean | log_matcher_match_buffer (LogMatcher *s, LogMessage *msg, const gchar *value, gssize value_len) |
| |
| gboolean | log_matcher_match_template (LogMatcher *s, LogMessage *msg, LogTemplate *template, LogTemplateEvalOptions *options) |
| |
| LogMatcher * | log_matcher_new (const LogMatcherOptions *options) |
| |
| LogMatcher * | log_matcher_ref (LogMatcher *s) |
| |
| void | log_matcher_unref (LogMatcher *s) |
| |
| gboolean | log_matcher_options_set_type (LogMatcherOptions *options, const gchar *type) |
| |
| gboolean | log_matcher_options_process_flag (LogMatcherOptions *self, const gchar *flag) |
| |
| void | log_matcher_options_defaults (LogMatcherOptions *options) |
| |
| void | log_matcher_options_init (LogMatcherOptions *options) |
| |
| void | log_matcher_options_destroy (LogMatcherOptions *options) |
| |
| GQuark | log_matcher_error_quark (void) |
| |