Lines Matching full:protocols
87 # Parse and store the protocols in curl's Protocols: line
93 @protocols = split(' ', lc($line));
99 push @protocols, map(("$_-ipv6", "$_-unix"), @protocols);
102 push @protocols, 'http-proxy';
105 push @protocols, 'none';
110 # Initialize @protocols from the curl binary under test
114 if(m/^Protocols: (.*)$/) {
145 print " protocols *|X[,Y...]\n";
167 elsif($ARGV[0] eq "protocols") {
173 @protocols = split(",", $ARGV[0]);
175 print "Set " . scalar @protocols . " protocols\n";