Searched refs:PatternListMatchString (Results 1 – 1 of 1) sorted by relevance
68 bool PatternListMatchString(const char* pattern, const char* str) { in PatternListMatchString() function76 return PatternListMatchString(colon + 1, str); in PatternListMatchString()85 return PatternListMatchString(pos, test) && in TestMatchesFilter()86 !PatternListMatchString(neg, test); in TestMatchesFilter()