• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/

Lines Matching refs:what

143 my $CURL="../src/curl".exe_ext(); # what curl executable to run on the tests
144 my $VCURL=$CURL; # what curl binary to use to verify the servers with
152 my $SERVERIN="$LOGDIR/server.input"; # what curl sent the server
153 my $SERVER2IN="$LOGDIR/server2.input"; # what curl sent the second server
2621 my @what;
2650 @what = getpart("client", "features");
2653 for(@what) {
3387 # what to cut off from the live protocol sent by curl
3408 # what parts to cut off from the protocol
3447 # what parts to cut off from the file
3653 my @what = @_;
3655 for(@what) {
3657 my $what = lc($whatlist[0]);
3658 $what =~ s/[^a-z0-9-]//g;
3661 if($what =~ /^(ftp|http|imap|pop3|smtp)s((\d*)(-ipv6|))$/) {
3665 if(($what eq "pop3") ||
3666 ($what eq "ftp") ||
3667 ($what eq "imap") ||
3668 ($what eq "smtp")) {
3669 if($torture && $run{$what} &&
3670 !responsive_pingpong_server($what, "", $verbose)) {
3671 stopserver($what);
3673 if(!$run{$what}) {
3674 ($pid, $pid2) = runpingpongserver($what, "", $verbose);
3676 return "failed starting ". uc($what) ." server";
3678 printf ("* pid $what => %d %d\n", $pid, $pid2) if($verbose);
3679 $run{$what}="$pid $pid2";
3682 elsif($what eq "ftp2") {
3696 elsif($what eq "ftp-ipv6") {
3711 elsif($what eq "gopher") {
3726 elsif($what eq "gopher-ipv6") {
3743 elsif($what eq "http") {
3758 elsif($what eq "http-ipv6") {
3774 elsif($what eq "rtsp") {
3788 elsif($what eq "rtsp-ipv6") {
3803 elsif($what eq "ftps") {
3838 elsif($what eq "file") {
3841 elsif($what eq "https") {
3877 elsif($what eq "httptls") {
3896 elsif($what eq "httptls-ipv6") {
3915 elsif($what eq "tftp") {
3929 elsif($what eq "tftp-ipv6") {
3943 elsif($what eq "sftp" || $what eq "scp" || $what eq "socks4" || $what eq "socks5" ) {
3952 if($what eq "socks4" || $what eq "socks5") {
3962 if($what eq "socks5") {
3980 elsif($what eq "none") {
3984 warn "we don't support a server for $what";
3985 return "no server for $what";
4001 my @what = getpart("client", "server");
4003 if(!$what[0]) {
4008 for(my $i = scalar(@what) - 1; $i >= 0; $i--) {
4009 my $srvrline = $what[$i];
4029 $what[$i] = "$server$lnrest" if($tlsext);
4033 return &startservers(@what);
4201 # connections This is NOT what you wanna do without knowing exactly
4202 # why and for what