Searched refs:_regExpValid (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.cpp12 StringMatcher::StringMatcher() : _regExpValid(false)
17 StringMatcher :: StringMatcher(const char * str) : _regExpValid(false)
24 if (_regExpValid) regfree(&_regExp);
91 if (_regExpValid)
94 _regExpValid = false;
98 _regExpValid = (regcomp(&_regExp, (pattern.Length() > 0) ? pattern.String() : str, 0) == 0);
99 return _regExpValid;
106 if (_regExpValid == false)
H A DStringMatcher.h53 bool _regExpValid; member in class:StringMatcher

Completed in 35 milliseconds