Lines Matching defs:match
42 bool match;
48 bool match;
129 bool match = Curl_cidr4_match(list4[i].a, list4[i].n, list4[i].bits);
130 if(match != list4[i].match) {
133 list4[i].match ? "": "not ");
138 bool match = Curl_cidr6_match(list6[i].a, list6[i].n, list6[i].bits);
139 if(match != list6[i].match) {
142 list6[i].match ? "": "not ");
148 bool match = Curl_check_noproxy(list[i].a, list[i].n, &spacesep);
149 if(match != list[i].match) {
152 list[i].match ? "": "not ");