#include "filter-re.h"#include "str-utils.h"#include "messages.h"#include "scratch-buffers.h"#include <string.h>
Classes | |
| struct | FilterRE |
| struct | FilterMatch |
Functions | |
| LogMatcherOptions * | filter_re_get_matcher_options (FilterExprNode *s) |
| gboolean | filter_re_compile_pattern (FilterExprNode *s, const gchar *re, GError **error) |
| FilterExprNode * | filter_re_new (NVHandle value_handle) |
| FilterExprNode * | filter_source_new (void) |
| gboolean | filter_match_is_usage_obsolete (FilterExprNode *s) |
| void | filter_match_set_value_handle (FilterExprNode *s, NVHandle value_handle) |
| void | filter_match_set_template_ref (FilterExprNode *s, LogTemplate *template) |
| FilterExprNode * | filter_match_new (void) |
| gboolean filter_match_is_usage_obsolete | ( | FilterExprNode * | s | ) |
| FilterExprNode* filter_match_new | ( | void | ) |
| void filter_match_set_template_ref | ( | FilterExprNode * | s, |
| LogTemplate * | template | ||
| ) |
| void filter_match_set_value_handle | ( | FilterExprNode * | s, |
| NVHandle | value_handle | ||
| ) |
| gboolean filter_re_compile_pattern | ( | FilterExprNode * | s, |
| const gchar * | re, | ||
| GError ** | error | ||
| ) |
| LogMatcherOptions* filter_re_get_matcher_options | ( | FilterExprNode * | s | ) |
| FilterExprNode* filter_re_new | ( | NVHandle | value_handle | ) |
| FilterExprNode* filter_source_new | ( | void | ) |