Lines Matching defs:match
178 bool match = FALSE;
205 C: nonexample.com DOES NOT match 'example.com'
208 /* case A, exact match */
209 match = strncasecompare(token, name, namelen);
212 match = (name[namelen - tokenlen - 1] == '.') &&
216 /* case C passes through, not a match */
225 /* this cannot match */
239 match = Curl_cidr6_match(name, check, bits);
241 match = Curl_cidr4_match(name, check, bits);
245 if(match)