Searched refs:startnew (Results 1 – 1 of 1) sorted by relevance
/third_party/curl/tests/ |
D | servers.pm | 350 sub startnew { subroutine 1163 my ($httppid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1238 my ($http2pid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1299 my ($http3pid, $pid3) = startnew($cmd, $pidfile, 15, 0); 1377 my ($httpspid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1442 my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1); 1505 my ($ftppid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1585 my ($protospid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1652 my ($tftppid, $pid2) = startnew($cmd, $pidfile, 15, 0); 1728 my ($rtsppid, $pid2) = startnew($cmd, $pidfile, 15, 0); [all …]
|