Home | History | Annotate | Download | only in tests

Lines Matching full:protocols

252 my @protocols;   # array of lowercase supported protocol servers
342 # Clear all possible '*_proxy' environment variables for various protocols
2382 elsif($_ =~ /^Protocols: (.*)/i) {
2383 # these are the protocols compiled in to this libcurl
2384 @protocols = split(' ', lc($1));
2390 push @protocols, map(("$_-ipv6", "$_-unix"), @protocols);
2393 push @protocols, 'http-proxy';
2396 push @protocols, 'http-pipe';
2399 push @protocols, 'none';
2493 # 'httptls' may be included in the test harness protocols array
2499 for(@protocols) {
2505 if($add_httptls && (! grep /^httptls$/, @protocols)) {
2506 push @protocols, 'httptls';
2507 push @protocols, 'httptls-ipv6';
2990 # See if this "feature" is in the list of supported protocols
2991 elsif (grep /^\Q$1\E$/i, @protocols) {
4564 if(! grep /^\Q$server\E$/, @protocols) {