Home
last modified time | relevance | path

Searched refs:list4 (Results 1 – 1 of 1) sorted by relevance

/curl/tests/unit/
H A Dunit1614.c56 struct check list4[]= { variable
134 for(i = 0; list4[i].a; i++) {
135 bool match = Curl_cidr4_match(list4[i].a, list4[i].n, list4[i].bits);
136 if(match != list4[i].match) {
138 list4[i].a, list4[i].n, list4[i].bits,
139 list4[i].match ? "": "not ");

Completed in 9 milliseconds