Home | History | Annotate | Download | only in tests

Lines Matching refs:Protocols

257 my @protocols;   # array of lowercase supported protocol servers
347 # Clear all possible '*_proxy' environment variables for various protocols
2436 elsif($_ =~ /^Protocols: (.*)/i) {
2437 # these are the protocols compiled in to this libcurl
2438 @protocols = split(' ', lc($1));
2444 push @protocols, map(("$_-ipv6", "$_-unix"), @protocols);
2447 push @protocols, 'http-proxy';
2450 push @protocols, 'http-pipe';
2453 push @protocols, 'none';
2546 push @protocols, 'http/2';
2553 # 'httptls' may be included in the test harness protocols array
2559 for(@protocols) {
2565 if($add_httptls && (! grep /^httptls$/, @protocols)) {
2566 push @protocols, 'httptls';
2567 push @protocols, 'httptls-ipv6';
3051 # See if this "feature" is in the list of supported protocols
3052 elsif (grep /^\Q$1\E$/i, @protocols) {
4682 if(! grep /^\Q$server\E$/, @protocols) {