Home
last modified time | relevance | path

Searched refs:LMF_GLOBAL (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/unit/
H A Dtest_matcher.c151 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
153 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
165 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
167 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
170 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
172 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
174 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
178 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
183 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
185 _construct_matcher(LMF_GLOBAL, log_matcher_pcre_re_new));
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dlogmatcher.c177 if ((self->super.flags & LMF_GLOBAL) == 0) in log_matcher_string_replace()
193 while (match && (self->super.flags & LMF_GLOBAL)); in log_matcher_string_replace()
647 while (self->super.flags & LMF_GLOBAL && start_offset < value_len); in log_matcher_pcre_re_replace()
785 { "global", CFH_SET, offsetof(LogMatcherOptions, flags), LMF_GLOBAL },
H A Dlogmatcher.h38 LMF_GLOBAL = 0x0001, enumerator