Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib1597.c52 static const struct pair prots[] = { in test() local
99 for(i = 0; prots[i].in; i++) { in test()
100 result = curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, prots[i].in); in test()
101 if(result != *prots[i].exp) { in test()
102 printf("unexpectedly '%s' returned %d\n", prots[i].in, result); in test()
/curl/scripts/
H A Dmanagen1186 my %prots;
1190 $prots{$p}++;
1193 for(sort keys %prots) {
1194 printf "$_ (%d options)\n", $prots{$_};

Completed in 6 milliseconds