Home
last modified time | relevance | path

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

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/unit/
H A Dtest_matcher.c197 … "favíz", "favíztűrőtükörfúrógép", _construct_matcher(LMF_PREFIX, log_matcher_string_new)); in Test()
213 _construct_matcher(LMF_PREFIX, log_matcher_string_new)); in Test()
220 _construct_matcher(LMF_PREFIX, log_matcher_string_new)); in Test()
225 _construct_matcher(LMF_PREFIX | LMF_ICASE, log_matcher_string_new)); in Test()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dlogmatcher.h50 LMF_PREFIX = 0x0100, enumerator
H A Dlogmatcher.c89 if (G_LIKELY((self->super.flags & (LMF_SUBSTRING + LMF_PREFIX)) == 0)) in log_matcher_string_match_string()
96 else if (self->super.flags & LMF_PREFIX) in log_matcher_string_match_string()
793 { "prefix", CFH_SET, offsetof(LogMatcherOptions, flags), LMF_PREFIX },