Lines Matching refs:match
163 // types & levels match
172 // domain match
178 bool match = false;
182 match = true;
186 if (filter.domainCount && match == filter.blackDomain) {
189 match = false;
190 // tag match
193 match = true;
197 if (filter.tagCount && match == filter.blackTag) {
200 match = false;
201 // pid match
204 match = true;
208 if (filter.pidCount && match == filter.blackPid) {
211 // regular expression match