Home
last modified time | relevance | path

Searched refs:LogMatcherOptions (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dlogmatcher.h60 } LogMatcherOptions; typedef
111 LogMatcher *log_matcher_pcre_re_new(const LogMatcherOptions *options);
112 LogMatcher *log_matcher_string_new(const LogMatcherOptions *options);
113 LogMatcher *log_matcher_glob_new(const LogMatcherOptions *options);
115 LogMatcher *log_matcher_new(const LogMatcherOptions *options);
120 gboolean log_matcher_options_set_type(LogMatcherOptions *options, const gchar *type);
121 gboolean log_matcher_options_process_flag(LogMatcherOptions *self, const gchar *flag);
122 void log_matcher_options_defaults(LogMatcherOptions *options);
123 void log_matcher_options_init(LogMatcherOptions *options);
124 void log_matcher_options_destroy(LogMatcherOptions *options);
H A Dlogmatcher.c55 log_matcher_init(LogMatcher *self, const LogMatcherOptions *options) in log_matcher_init()
205 log_matcher_string_new(const LogMatcherOptions *options) in log_matcher_string_new()
274 log_matcher_glob_new(const LogMatcherOptions *options) in log_matcher_glob_new()
670 log_matcher_pcre_re_new(const LogMatcherOptions *options) in log_matcher_pcre_re_new()
703 typedef LogMatcher *(*LogMatcherConstructFunc)(const LogMatcherOptions *options);
731 log_matcher_new(const LogMatcherOptions *options) in log_matcher_new()
758 log_matcher_options_set_type(LogMatcherOptions *options, const gchar *type) in log_matcher_options_set_type()
801 log_matcher_options_process_flag(LogMatcherOptions *self, const gchar *flag) in log_matcher_options_process_flag()
807 log_matcher_options_defaults(LogMatcherOptions *options) in log_matcher_options_defaults()
814 log_matcher_options_init(LogMatcherOptions *options) in log_matcher_options_init()
[all …]
H A Dcfg-grammar-internal.h75 extern LogMatcherOptions *last_matcher_options;
H A Dcfg-grammar-internal.c42 LogMatcherOptions *last_matcher_options;
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/rewrite/
H A Drewrite-subst.c36 LogMatcherOptions matcher_options;
41 LogMatcherOptions *
H A Drewrite-subst.h32 LogMatcherOptions *log_rewrite_subst_get_matcher_options(LogRewrite *s);
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/regexp-parser/
H A Dregexp-parser.c36 LogMatcherOptions matcher_options;
40 LogMatcherOptions *
H A Dregexp-parser.h31 LogMatcherOptions *regexp_parser_get_matcher_options(LogParser *s);
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/filter/
H A Dfilter-re.h31 LogMatcherOptions *filter_re_get_matcher_options(FilterExprNode *s);
H A Dfilter-re.c35 LogMatcherOptions matcher_options;
97 LogMatcherOptions *
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/unit/
H A Dtest_matcher.c57 _construct_matcher(gint matcher_flags, LogMatcher *(*construct)(const LogMatcherOptions *options)) in _construct_matcher()
59 LogMatcherOptions matcher_options; in _construct_matcher()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/regexp-parser/tests/
H A Dtest_regexp_parser.c65 LogMatcherOptions *matcher_options = regexp_parser_get_matcher_options(p); in _construct_regexp_parser()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/filter/tests/
H A Dtest_filters_common.c74 LogMatcherOptions *matcher_options = filter_re_get_matcher_options(f); in compile_pattern()